Home | History | Annotate | Line # | Download | only in fastboot
Makefile revision 1.7
      1  1.7  cgd #	$NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $
      2  1.7  cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      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