diff options
author | peter <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
commit | 1b38e191797e8f66a604ca82abe454e47faee79b (patch) | |
tree | 5b4fd5e97fdf2c5802d0172fa4b377a7b8cf5ce6 /sys/modules/cue | |
parent | 8371380f5aaedbbd8f9ec35e380a002ed415ed10 (diff) | |
download | FreeBSD-src-1b38e191797e8f66a604ca82abe454e47faee79b.zip FreeBSD-src-1b38e191797e8f66a604ca82abe454e47faee79b.tar.gz |
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
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 449cce2..0e0f640 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 <bsd.kmod.mk> +.include "${.CURDIR}/../../conf/kmod.mk" |