summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-12-30 13:49:01 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-12-30 13:49:01 +0000
commitd7df32073b49505c68dbbc3cd0376231ede6e0f7 (patch)
treedd9b10d69625d87695e3d9e128ac456a5b7e5b1c
parentd8c9fa8327060eba3e03d5205cce8e3e6f76877a (diff)
Notes
-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 f1e036a3f954..f9bbe2355ef3 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>