Revert a NOOP change to Makefile that slipped into the last commit.

Pointed out by:	tjr
This commit is contained in:
Robert Watson 2003-11-18 00:52:30 +00:00
parent a557af222b
commit 2dd0f3209f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122876

View File

@ -5,6 +5,5 @@
KMOD= null
SRCS= null.c
SRCS+= bus_if.h device_if.h vnode_if.h
SRCS+= #opt_ddb.h
.include <bsd.kmod.mk>