diff options
-rw-r--r-- | sys/modules/mac_portacl/Makefile | 3 |
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> |