9277da52e1
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw scripts as well.
17 lines
247 B
Makefile
17 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= 100.chksetuid \
|
|
200.chkmounts \
|
|
300.chkuid0 \
|
|
400.passwdless \
|
|
500.ipfwdenied \
|
|
510.ipfdenied \
|
|
520.pfdenied \
|
|
550.ipfwlimit \
|
|
700.kernelmsg \
|
|
800.loginfail \
|
|
900.tcpwrap \
|
|
security.functions
|
|
|
|
.include <bsd.prog.mk>
|