diff options
author | peter <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
commit | ea11d3cf1c7ee988db5b61368d225c6f4f943335 (patch) | |
tree | 778e528242ca8cedc7e4af475dcf5f28cfe1d0f5 /sys/modules/cue | |
parent | dc4154923ad627526ac7f6a1da4d29c8732c1179 (diff) | |
download | FreeBSD-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/cue')
-rw-r--r-- | sys/modules/cue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cue/Makefile b/sys/modules/cue/Makefile index 0e0f640..449cce2 100644 --- a/sys/modules/cue/Makefile +++ b/sys/modules/cue/Makefile @@ -6,4 +6,4 @@ KMOD = if_cue SRCS = if_cue.c opt_bdg.h opt_usb.h device_if.h bus_if.h SRCS += miibus_if.h -.include "${.CURDIR}/../../conf/kmod.mk" +.include <bsd.kmod.mk> |