summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-02-27 18:08:44 +0000
committermarkm <markm@FreeBSD.org>2003-02-27 18:08:44 +0000
commitcc7e5e7796f59dbba651372e32b7a27d6dac5b81 (patch)
tree6d160f5437ca209e6e7c59c137277c6624f9e13f /sys/modules
parentfe3c734ec84e476204bb6c45f4d74149a8c465dc (diff)
downloadFreeBSD-src-cc7e5e7796f59dbba651372e32b7a27d6dac5b81.zip
FreeBSD-src-cc7e5e7796f59dbba651372e32b7a27d6dac5b81.tar.gz
This is not going to win prizes for the most useful module ever,
but it is useful to me for some testing and warns-fixing.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/null/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/null/Makefile b/sys/modules/null/Makefile
new file mode 100644
index 0000000..5c80fa6
--- /dev/null
+++ b/sys/modules/null/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/null
+
+KMOD= null
+SRCS= null.c
+SRCS+= bus_if.h device_if.h vnode_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud