Removed -Wall from CFLAGS.

This commit is contained in:
Ruslan Ermilov 2004-09-01 07:39:12 +00:00
parent 7206243f04
commit 5eadd7403e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134594

View File

@ -10,7 +10,7 @@ SRCS = pf.c pf_if.c pf_subr.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \
in4_cksum.c \
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h
CFLAGS+= -Wall -I${.CURDIR}/../../contrib/pf
CFLAGS+= -I${.CURDIR}/../../contrib/pf
opt_pf.h:
echo "#define DEV_PF 1" > opt_pf.h