NetBSD/sys/arch/hp300/stand/installboot/Makefile

10 lines
228 B
Makefile

# $NetBSD: Makefile,v 1.1 1997/02/04 03:52:59 thorpej Exp $
NOMAN=
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/installboot.sh ${DESTDIR}${BINDIR}/installboot
.include <bsd.prog.mk>