mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../kern
|
||
|
|
KMOD= acl_posix1e
|
||
|
|
SRCS= vnode_if.h subr_acl_posix1e.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|