diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-18 00:52:30 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-18 00:52:30 +0000 |
commit | 0f5a0525976f10612e3c91880acdb4682261403a (patch) | |
tree | 94e4112a493d9270316206945951f49b021128f7 /sys/modules | |
parent | 9c969b771a32651104f16586408deb67d7039014 (diff) | |
download | FreeBSD-src-0f5a0525976f10612e3c91880acdb4682261403a.zip FreeBSD-src-0f5a0525976f10612e3c91880acdb4682261403a.tar.gz |
Revert a NOOP change to Makefile that slipped into the last commit.
Pointed out by: tjr
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/null/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/null/Makefile b/sys/modules/null/Makefile index cdcaf21..5c80fa6 100644 --- a/sys/modules/null/Makefile +++ b/sys/modules/null/Makefile @@ -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> |