mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_partition
|
|
|
|
KMOD= mac_partition
|
|
SRCS= vnode_if.h \
|
|
mac_partition.c
|
|
|
|
.include <bsd.kmod.mk>
|