mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 01:30:43 +00:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
BIN= 100.chksetuid \
|
||
|
200.chkmounts \
|
||
|
300.chkuid0 \
|
||
|
400.passwdless \
|
||
|
500.ipfwdenied \
|
||
|
550.ipfwlimit \
|
||
|
600.ip6fwdenied \
|
||
|
650.ip6fwlimit \
|
||
|
700.kernelmsg \
|
||
|
800.loginfail \
|
||
|
900.tcpwrap
|
||
|
|
||
|
.include <bsd.prog.mk>
|