summaryrefslogtreecommitdiff
path: root/sbin/ipf/Makefile
blob: 80354684536cdc39c25c4212e4efa66b78547645 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 1999/02/07 00:48:28 deraadt Exp $

PROG=	ipf
MAN=	ipf.8 ipf.4 ipf.5
SRCS=	ipf.c parse.c opt.c

.include <bsd.prog.mk>