summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-10-02 21:34:06 +0000
committerru <ru@FreeBSD.org>2003-10-02 21:34:06 +0000
commit0d3ef04d01e2693f06ea2c0076e0965833675399 (patch)
tree07012741c7d2c249e5b0c688df2a7330d02ad182
parentf246003ac7f1a9c9f7ad60af2eb277214fc51f4c (diff)
downloadFreeBSD-src-0d3ef04d01e2693f06ea2c0076e0965833675399.zip
FreeBSD-src-0d3ef04d01e2693f06ea2c0076e0965833675399.tar.gz
Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).
PR: bin/34062
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 2591f17..20d079b 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -169,7 +169,7 @@ ${OBJS}: ${_link}
SYSDIR= ${_dir}
.endif
.endfor
-.if !defined(SYSDIR) || !exists(${SYSDIR}/kern)
+.if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
.error "can't find kernel source tree"
.endif
OpenPOWER on IntegriCloud