003 File Manager
Current Path:
/usr/src/sbin/pfctl
usr
/
src
/
sbin
/
pfctl
/
📁
..
📄
Makefile
(678 B)
📄
Makefile.depend
(335 B)
📄
parse.y
(144.42 KB)
📄
pf.os
(28.6 KB)
📄
pf_print_state.c
(9.6 KB)
📄
pf_ruleset.c
(8.66 KB)
📄
pfctl.8
(18.63 KB)
📄
pfctl.c
(60.05 KB)
📄
pfctl.h
(4.87 KB)
📄
pfctl_altq.c
(36.65 KB)
📄
pfctl_optimize.c
(47.75 KB)
📄
pfctl_osfp.c
(26.64 KB)
📄
pfctl_parser.c
(47.23 KB)
📄
pfctl_parser.h
(9.67 KB)
📄
pfctl_qstats.c
(13.13 KB)
📄
pfctl_radix.c
(13.5 KB)
📄
pfctl_table.c
(17.59 KB)
📁
tests
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> PACKAGE=pf CONFS= pf.os PROG= pfctl MAN= pfctl.8 SRCS = pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c SRCS+= pfctl_optimize.c SRCS+= pf_ruleset.c WARNS?= 2 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized CFLAGS+= -Wstrict-prototypes CFLAGS+= -DENABLE_ALTQ -I${.CURDIR} # Need to use "WITH_" prefix to not conflict with the l/y INET/INET6 keywords .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DWITH_INET6 .endif .if ${MK_INET_SUPPORT} != "no" CFLAGS+= -DWITH_INET .endif YFLAGS= LIBADD= m md HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder