mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
17 lines
268 B
Makefile
17 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= 100.chksetuid \
|
|
200.chkmounts \
|
|
300.chkuid0 \
|
|
400.passwdless \
|
|
500.ipfwdenied \
|
|
510.ipfdenied \
|
|
550.ipfwlimit \
|
|
600.ip6fwdenied \
|
|
650.ip6fwlimit \
|
|
700.kernelmsg \
|
|
800.loginfail \
|
|
900.tcpwrap \
|
|
security.functions
|
|
|
|
.include <bsd.prog.mk>
|