freebsd-dev/sbin/ipf/Makefile

15 lines
353 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipf
MAN4= ipf.4
MAN5= ipf.5
MAN8= ipf.8
SRCS= ipf.c parse.c opt.c facpri.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter
MAINTAINER= guido@freebsd.org
.include <bsd.prog.mk>