opnsense-src/sys/modules/mac_ipacl/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

8 lines
130 B
Makefile

.PATH: ${SRCTOP}/sys/security/mac_ipacl
KMOD= mac_ipacl
SRCS= mac_ipacl.c
SRCS+= opt_inet.h opt_inet6.h
.include <bsd.kmod.mk>