1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
Mark Murray 2003-02-27 18:08:44 +00:00
parent ef8b020c73
commit c1f4590524
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111631

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>