mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../security/mac_portacl
|
|
|
|
KMOD= mac_portacl
|
|
SRCS= mac_portacl.c
|
|
|
|
.include <bsd.kmod.mk>
|