summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-30 13:49:01 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-30 13:49:01 +0000
commit21914e78457cc19c0abf95f38d32ffdea94048a3 (patch)
treedd9b10d69625d87695e3d9e128ac456a5b7e5b1c
parent0de6d7a2b1525a1e401223ae7e3943f0078da931 (diff)
downloadFreeBSD-src-21914e78457cc19c0abf95f38d32ffdea94048a3.zip
FreeBSD-src-21914e78457cc19c0abf95f38d32ffdea94048a3.tar.gz
mac_portacl.c no longer references vnode_if.h.
-rw-r--r--sys/modules/mac_portacl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/mac_portacl/Makefile b/sys/modules/mac_portacl/Makefile
index f1e036a..f9bbe23 100644
--- a/sys/modules/mac_portacl/Makefile
+++ b/sys/modules/mac_portacl/Makefile
@@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../security/mac_portacl
KMOD= mac_portacl
-SRCS= vnode_if.h \
- mac_portacl.c
+SRCS= mac_portacl.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud