From 56ca39961bd1c9946a505c41c3fc634ef63fdd42 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 4 May 2000 12:08:52 +0000 Subject: 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. --- sys/modules/bktr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/bktr') diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile index a341d6a6bf3d..bc1cc393cc36 100644 --- a/sys/modules/bktr/Makefile +++ b/sys/modules/bktr/Makefile @@ -26,4 +26,4 @@ bktr.h: smbus.h: echo "#define NSMBUS 0" > smbus.h -.include +.include "${.CURDIR}/../../conf/kmod.mk" -- cgit v1.3