1 1.1.1.3 martti # $NetBSD: Makefile,v 1.1.1.3 2009/12/01 07:03:05 martti Exp $ 2 1.1.1.3 martti # $OpenBSD: Makefile,v 1.19 2006/12/24 18:52:43 miod Exp $ 3 1.1 itojun 4 1.1 itojun PROG= pfctl 5 1.1 itojun SRCS= pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c 6 1.1 itojun SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c 7 1.1.1.3 martti SRCS+= pfctl_optimize.c pf_ruleset.c 8 1.1 itojun CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized 9 1.1 itojun CFLAGS+= -Wstrict-prototypes -I${.CURDIR} 10 1.1 itojun YFLAGS= 11 1.1 itojun MAN= pfctl.8 12 1.1 itojun 13 1.1.1.3 martti # Ruleset and Anchor handling 14 1.1.1.3 martti .PATH: ${.CURDIR}/../../sys/net 15 1.1.1.3 martti 16 1.1 itojun LDADD+= -lm 17 1.1 itojun DPADD+= ${LIBM} 18 1.1 itojun 19 1.1 itojun .include <bsd.prog.mk> 20