home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lorder / Makefile < prev    next >
Encoding:
Makefile  |  1990-05-18  |  301 b   |  18 lines

  1. #    @(#)Makefile    5.3 (Berkeley) 5/18/90
  2.  
  3. MAN1=    lorder.0
  4.  
  5. all lorder: ${MAN1}
  6.  
  7. clean depend lint tags:
  8.  
  9. cleandir:
  10.     rm -f ${MAN1}
  11.  
  12. install: maninstall
  13.     install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
  14.         ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
  15.  
  16. .include <bsd.prog.mk>
  17. .include <bsd.man.mk>
  18.