diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-12-30 13:49:01 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-12-30 13:49:01 +0000 |
commit | 21914e78457cc19c0abf95f38d32ffdea94048a3 (patch) | |
tree | dd9b10d69625d87695e3d9e128ac456a5b7e5b1c /sys/modules/mac_portacl | |
parent | 0de6d7a2b1525a1e401223ae7e3943f0078da931 (diff) | |
download | FreeBSD-src-21914e78457cc19c0abf95f38d32ffdea94048a3.zip FreeBSD-src-21914e78457cc19c0abf95f38d32ffdea94048a3.tar.gz |
mac_portacl.c no longer references vnode_if.h.
Diffstat (limited to 'sys/modules/mac_portacl')
-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> |