]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/acl_posix1e/Makefile
Merge one true awk from 2024-01-22 for the Awk Second Edition support
[FreeBSD/FreeBSD.git] / sys / modules / acl_posix1e / Makefile
1
2 .PATH:  ${SRCTOP}/sys/kern
3 KMOD=   acl_posix1e
4 SRCS=   vnode_if.h subr_acl_posix1e.c
5
6 .include <bsd.kmod.mk>