summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
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/linux
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/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 8dec2e7..fff7c57 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -33,4 +33,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux
-.include "${.CURDIR}/../../conf/kmod.mk"
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud