summaryrefslogtreecommitdiffstats
path: root/sys/modules/coda
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-27 01:14:33 +0000
committerpeter <peter@FreeBSD.org>2000-05-27 01:14:33 +0000
commitea11d3cf1c7ee988db5b61368d225c6f4f943335 (patch)
tree778e528242ca8cedc7e4af475dcf5f28cfe1d0f5 /sys/modules/coda
parentdc4154923ad627526ac7f6a1da4d29c8732c1179 (diff)
downloadFreeBSD-src-ea11d3cf1c7ee988db5b61368d225c6f4f943335.zip
FreeBSD-src-ea11d3cf1c7ee988db5b61368d225c6f4f943335.tar.gz
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.
Diffstat (limited to 'sys/modules/coda')
-rw-r--r--sys/modules/coda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile
index 8af6a6b..cc9614b 100644
--- a/sys/modules/coda/Makefile
+++ b/sys/modules/coda/Makefile
@@ -12,4 +12,4 @@ CLEANFILES= vcoda.h
vcoda.h:
echo "#define NVCODA 4" > vcoda.h
-.include "${.CURDIR}/../../conf/kmod.mk"
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud