aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uhid
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-04 12:08:52 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-04 12:08:52 +0000
commit56ca39961bd1c9946a505c41c3fc634ef63fdd42 (patch)
treec033f1ed906a40b9c0795e8cb26ccd295d385f2c /sys/modules/uhid
parente0f9195db241adea36446485165edb4c53e55ed9 (diff)
downloadsrc-56ca39961bd1c9946a505c41c3fc634ef63fdd42.tar.gz
src-56ca39961bd1c9946a505c41c3fc634ef63fdd42.zip
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/uhid')
-rw-r--r--sys/modules/uhid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index 4f8af0b49f7a..7467741326a4 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/Makefile
@@ -7,4 +7,4 @@ KMOD = uhid
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h uhid.c
NOMAN =
-.include <bsd.kmod.mk>
+.include "${.CURDIR}/../../conf/kmod.mk"