summaryrefslogtreecommitdiffstats
path: root/sys/modules/wb
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/wb
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/wb')
-rw-r--r--sys/modules/wb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile
index 2e568b4..e8b15eb 100644
--- a/sys/modules/wb/Makefile
+++ b/sys/modules/wb/Makefile
@@ -5,4 +5,4 @@ KMOD = if_wb
SRCS = if_wb.c opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
-.include "${.CURDIR}/../../conf/kmod.mk"
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud