summaryrefslogtreecommitdiff
path: root/share/ipf/Makefile
blob: 3919a72fd85d46271a3ab48cb129a5992e3973da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2000/03/02 14:46:34 todd Exp $
#
#
FILES=	example.* nat.* firewall.*
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	install -d ${DESTDIR}${BINDIR}/ipf
	install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/ipf

.include <bsd.prog.mk>