]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/mac_test/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / sys / modules / mac_test / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../security/mac_test
4
5 KMOD=   mac_test
6 SRCS=   vnode_if.h \
7         mac_test.c
8
9 .include <bsd.kmod.mk>