]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mac_biba/Makefile
MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()
[FreeBSD/FreeBSD.git] / sys / modules / mac_biba / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/security/mac_biba
4
5 KMOD=   mac_biba
6 SRCS=   vnode_if.h \
7         mac_biba.c
8
9 .include <bsd.kmod.mk>