1101172Srwatson# $FreeBSD: releng/11.0/sys/modules/mac_seeotheruids/Makefile 101172 2002-08-01 17:41:27Z rwatson $
2101172Srwatson
3101172Srwatson.PATH: ${.CURDIR}/../../security/mac_seeotheruids
4101172Srwatson
5101172SrwatsonKMOD=	mac_seeotheruids
6101172SrwatsonSRCS=	vnode_if.h \
7101172Srwatson	mac_seeotheruids.c
8101172Srwatson
9101172Srwatson.include <bsd.kmod.mk>
10