diff options
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 |