diff options
Diffstat (limited to 'distrib/i386/floppies/inst-common/Makefile.inc')
-rw-r--r-- | distrib/i386/floppies/inst-common/Makefile.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst-common/Makefile.inc b/distrib/i386/floppies/inst-common/Makefile.inc index b45ea0f9564..a8b0795d9a3 100644 --- a/distrib/i386/floppies/inst-common/Makefile.inc +++ b/distrib/i386/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.12 1996/12/21 19:21:47 kstailey Exp $ +# $Id: Makefile.inc,v 1.13 1997/01/25 09:16:39 deraadt Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -53,10 +53,14 @@ unconfig: -/bin/rm -f ${IMAGE} ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} - crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF} + crunchgen -D ${TOP}/../../.. -m ${CBIN}.mk -L ${DESTDIR}/usr/lib \ + ${CRUNCHCONF} ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all +.if defined(KERBEROS) + mv ${CBIN}-krb ${CBIN} +.endif install: cp ${IMAGE} ${DESTDIR}/snapshot/ |