summaryrefslogtreecommitdiff
path: root/share/ipf/Makefile
blob: 10c39b793bf9a8f49b4adf7c0d587f7e357ec72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#	$Id: Makefile,v 1.2 1996/07/18 05:57:20 dm 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>