.PATH: ${.CURDIR}/../../crypto
.PATH: ${.CURDIR}/../../security/mac_chkexec
CFLAGS+=	-I${.CURDIR}/../../crypto -g
# 
# Un comment the following line to enable debugging
CFLAGS+=	-DDEBUG
KMOD=	mac_chkexec
SRCS=	vnode_if.h \
	sha1.c \
	mac_chkexec.c

.include <bsd.kmod.mk>
