diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 07:00:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 07:00:48 +0000 |
commit | 4b301465c86ff6179a4ef9cbe98597e12b0bdef7 (patch) | |
tree | ad84422ca53320a3870bb80aed42e6398d3f969a /distrib/pc532/floppies/inst-common/Makefile.inc | |
parent | 124e22ed553b6c1db3b6ee2983145bdf1ce527c5 (diff) |
update from netbsd
Diffstat (limited to 'distrib/pc532/floppies/inst-common/Makefile.inc')
-rw-r--r-- | distrib/pc532/floppies/inst-common/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/pc532/floppies/inst-common/Makefile.inc b/distrib/pc532/floppies/inst-common/Makefile.inc index cac1045fafd..c928729ee6a 100644 --- a/distrib/pc532/floppies/inst-common/Makefile.inc +++ b/distrib/pc532/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1995/10/18 08:37:42 deraadt Exp $ +# $NetBSD: Makefile.inc,v 1.5 1995/11/28 23:58:56 jtc Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -59,6 +59,7 @@ unconfig: -/bin/rm -f ${IMAGE} ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} + (cd ${COMMONDIR}; ${MAKE} download.o) crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF} ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c |