diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:15:01 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:15:01 +0000 |
commit | 68982ee9315c1d2dfd5ae49889ef59a9a0a2b18e (patch) | |
tree | 49722ae0f8e398f3a79268c08a236e5b9bf0c3ad /sys/arch/hp300/stand/installboot/Makefile | |
parent | 5f2612599833ff2e0bc32cb218ce6f42643092b2 (diff) |
The grand reorganization, OpenBSD style.
Lossely based on the NetBSD reorg, but much improved upon, simpler, and doesn't
scribble needless junk into the bootblocks.
Diffstat (limited to 'sys/arch/hp300/stand/installboot/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/installboot/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/hp300/stand/installboot/Makefile b/sys/arch/hp300/stand/installboot/Makefile new file mode 100644 index 00000000000..d271daa3a0e --- /dev/null +++ b/sys/arch/hp300/stand/installboot/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 1997/07/14 08:14:42 downsj Exp $ +# $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> |