Cross Reference: Makefile
xref: /src/sbin/fastboot/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/fastboot/
Makefile revision 1.1
11.1Scgd#	@(#)Makefile	5.6 (Berkeley) 6/23/90
21.1Scgd
31.1ScgdMAN8=	fastboot.0
41.1ScgdMLINKS=	fastboot.8 fasthalt.8
51.1Scgd
61.1Scgdbeforeinstall:
71.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
81.1Scgd	    ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
91.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
101.1Scgd	    ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
111.1Scgd
121.1Scgd.include <bsd.prog.mk>
13

Indexes created Thu Jan 01 12:09:34 GMT 2026