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.
This commit is contained in:
markm 2003-02-27 18:08:44 +00:00
parent ecd9f7db11
commit 8335734ed0

View File

@ -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>