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

10 lines
144 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../../kern
KMOD= acl_posix1e
SRCS= vnode_if.h subr_acl_posix1e.c
.include <bsd.kmod.mk>