1 # $NetBSD: Makefile,v 1.3 2004/11/14 11:26:48 yamt Exp $
2 # $OpenBSD: Makefile,v 1.17 2004/07/16 23:44:24 frantzen Exp $
4 .
include <bsd.own.mk
> # for MKDYNAMICROOT definition
7 SRCS
= pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
8 SRCS
+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
9 SRCS
+= pfctl_optimize.c pf_ruleset.c
10 CPPFLAGS
+=-I
${NETBSDSRCDIR}/dist/pf
/sbin
/pfctl
11 CPPFLAGS
+=-I
${NETBSDSRCDIR}/sys
/dist/pf
15 # Ruleset and Anchor handling
16 .PATH
: ${NETBSDSRCDIR}/sys
/dist/pf
/net
22 .if
(${MKDYNAMICROOT} == "no")
26 .
include <bsd.prog.mk
>
28 .PATH
: ${NETBSDSRCDIR}/dist/pf
/sbin
/pfctl