MAINTAINER lines in Makefile's are no longer applicable, remove them.
[dragonfly.git] / sbin / ipf / Makefile
1 # $FreeBSD: src/sbin/ipf/Makefile,v 1.4.2.6 2002/04/27 18:11:34 darrenr Exp $
2 # $DragonFly: src/sbin/ipf/Makefile,v 1.4 2004/01/31 06:56:40 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
5
6 PROG=   ipf
7 MAN=    ipf.4 ipf.5 ipf.8
8 SRCS=   ipf.c parse.c opt.c facpri.c common.c
9 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
10 CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter
11 CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
12
13 .include <bsd.prog.mk>