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