Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2001/11/08 07:45:26 gmcgarry Exp $
2
3MKMAN=	no
4
5beforeinstall:
6	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${INSTPRIV} \
7	    ${.CURDIR}/installboot.sh ${DESTDIR}${BINDIR}/installboot
8
9.include <bsd.prog.mk>
10