From cda0d85f39a7f2e7ae243f1a5316cb92925e4a39 Mon Sep 17 00:00:00 2001 From: downsj <> Date: Sun, 19 Oct 1997 10:35:29 +0000 Subject: [PATCH] Missed a ref to bsd-gen. --- src/etc/etc.hp300/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.hp300/Makefile.inc b/src/etc/etc.hp300/Makefile.inc index 02f99167..8b866490 100644 --- a/src/etc/etc.hp300/Makefile.inc +++ b/src/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