1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/modules/mac_portacl/Makefile

9 lines
121 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../security/mac_portacl
KMOD= mac_portacl
SRCS= mac_portacl.c
.include <bsd.kmod.mk>