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:
parent
ecd9f7db11
commit
8335734ed0
9
sys/modules/null/Makefile
Normal file
9
sys/modules/null/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user