From 1b38e191797e8f66a604ca82abe454e47faee79b Mon Sep 17 00:00:00 2001 From: peter 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/unionfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/unionfs') diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index 6825a63..9876154 100644 --- a/sys/modules/unionfs/Makefile +++ b/sys/modules/unionfs/Makefile @@ -6,4 +6,4 @@ SRCS= vnode_if.h \ union_subr.c union_vfsops.c union_vnops.c NOMAN= -.include +.include "${.CURDIR}/../../conf/kmod.mk" -- cgit v1.1