summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-28 05:33:52 +0000
committerjkh <jkh@FreeBSD.org>1995-01-28 05:33:52 +0000
commitc73a368a7a219486a9cf4b7b47cfe47d3925e79c (patch)
tree292300c85e90e290145f30eecf55674592ec7928 /release/Makefile
parent2265e6720f89044220f8e7dbf9cc7b2b96a84f58 (diff)
downloadFreeBSD-src-c73a368a7a219486a9cf4b7b47cfe47d3925e79c.zip
FreeBSD-src-c73a368a7a219486a9cf4b7b47cfe47d3925e79c.tar.gz
Make the check for a precompiled kernel correct.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index d371504..c6065fc 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.90 1995/01/27 08:30:35 jkh Exp $
+# $Id: Makefile,v 1.91 1995/01/28 01:18:36 jkh Exp $
#
FLOPPY= fd0
@@ -54,7 +54,7 @@ hierarchy:
ln -s usr/src/sys ${DESTDIR}/sys
kernel: ${.CURDIR}/../sys/i386/conf/GENERIC
- if [ ! -f ${.CURDIR}/../sys/compile/GENERIC ]; then \
+ if [ ! -d ${.CURDIR}/../sys/compile/GENERIC ]; then \
(cd ${.CURDIR}/../sys/i386/conf; config GENERIC); \
(cd ${.CURDIR}/../sys/compile/GENERIC; \
${MAKE} depend; ${MAKE} all; ) \
OpenPOWER on IntegriCloud