diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
commit | 56ca39961bd1c9946a505c41c3fc634ef63fdd42 (patch) | |
tree | c033f1ed906a40b9c0795e8cb26ccd295d385f2c /sys/modules/unionfs | |
parent | e0f9195db241adea36446485165edb4c53e55ed9 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=59951
Diffstat (limited to 'sys/modules/unionfs')
-rw-r--r-- | sys/modules/unionfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index 6825a6376d91..9876154ad6da 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 <bsd.kmod.mk> +.include "${.CURDIR}/../../conf/kmod.mk" |