diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-19 10:35:30 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-19 10:35:30 +0000 |
commit | ee1fd3e5fe325aff383bc1f6a5c52a41245d92ca (patch) | |
tree | 748ed0891a3fcd67dfea410d434f485111a75ab2 | |
parent | ab3db50b7378caa4ee264ac8fa00f6541802df5c (diff) |
Missed a ref to bsd-gen.
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 02f9916793d..8b8664908f4 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -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 |