home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sbin / fastboot / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-25  |  348 b   |  13 lines

  1. #    @(#)Makefile    5.6 (Berkeley) 6/23/90
  2.  
  3. MAN8=    fastboot.0
  4. MLINKS=    fastboot.8 fasthalt.8
  5.  
  6. beforeinstall:
  7.     install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
  8.         ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
  9.     install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
  10.         ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
  11.  
  12. .include <bsd.prog.mk>
  13.