Home | History | Annotate | Line # | Download | only in fastboot
Makefile revision 1.6
      1  1.5  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      2  1.6      cgd #	$Id: Makefile,v 1.6 1994/12/22 10:44:35 cgd Exp $
      3  1.1      cgd 
      4  1.6      cgd MAN=	fastboot.8
      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