diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2004-12-30 13:49:01 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2004-12-30 13:49:01 +0000 |
commit | d7df32073b49505c68dbbc3cd0376231ede6e0f7 (patch) | |
tree | dd9b10d69625d87695e3d9e128ac456a5b7e5b1c | |
parent | d8c9fa8327060eba3e03d5205cce8e3e6f76877a (diff) |
Notes
-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 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> |