]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mac_seeotheruids/Makefile
Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40
[FreeBSD/FreeBSD.git] / sys / modules / mac_seeotheruids / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/security/mac_seeotheruids
4
5 KMOD=   mac_seeotheruids
6 SRCS=   vnode_if.h \
7         mac_seeotheruids.c
8
9 .include <bsd.kmod.mk>