Commit of Makefile missed in earlier pass.
Submitted by: kuriyama
This commit is contained in:
parent
efac726eeb
commit
51a9219f57
9
sys/modules/mac_partition/Makefile
Normal file
9
sys/modules/mac_partition/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../security/mac_partition
|
||||
|
||||
KMOD= mac_partition
|
||||
SRCS= vnode_if.h \
|
||||
mac_partition.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user