summaryrefslogtreecommitdiffstats
path: root/sys/modules/splash
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-04 12:08:52 +0000
committerpeter <peter@FreeBSD.org>2000-05-04 12:08:52 +0000
commit1b38e191797e8f66a604ca82abe454e47faee79b (patch)
tree5b4fd5e97fdf2c5802d0172fa4b377a7b8cf5ce6 /sys/modules/splash
parent8371380f5aaedbbd8f9ec35e380a002ed415ed10 (diff)
downloadFreeBSD-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/splash')
-rw-r--r--sys/modules/splash/bmp/Makefile2
-rw-r--r--sys/modules/splash/pcx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile
index 9c45c39..3292773 100644
--- a/sys/modules/splash/bmp/Makefile
+++ b/sys/modules/splash/bmp/Makefile
@@ -9,4 +9,4 @@ NOMAN=
CFLAGS+= -DPC98
.endif
-.include <bsd.kmod.mk>
+.include "${.CURDIR}/../../../conf/kmod.mk"
diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile
index a64a618..ecb2e26 100644
--- a/sys/modules/splash/pcx/Makefile
+++ b/sys/modules/splash/pcx/Makefile
@@ -4,4 +4,4 @@ KMOD= splash_pcx
SRCS= splash_pcx.c
NOMAN=
-.include <bsd.kmod.mk>
+.include "${.CURDIR}/../../../conf/kmod.mk"
OpenPOWER on IntegriCloud