From 21914e78457cc19c0abf95f38d32ffdea94048a3 Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 30 Dec 2004 13:49:01 +0000 Subject: mac_portacl.c no longer references vnode_if.h. --- sys/modules/mac_portacl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.1