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