Browse Source

Missed a ref to bsd-gen.

OPENBSD_2_2
downsj 27 years ago
parent
commit
cda0d85f39
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.hp300/Makefile.inc

+ 2
- 2
src/etc/etc.hp300/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 1997/10/13 07:45:34 downsj Exp $
# $OpenBSD: Makefile.inc,v 1.7 1997/10/19 10:35:29 downsj Exp $
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
@ -9,7 +9,7 @@ bsd:
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd-gen
${DESTDIR}/snapshot/bsd
bsd-dl:
cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS


Loading…
Cancel
Save