summaryrefslogtreecommitdiff
path: root/share/pf/Makefile
blob: 2d9021d1973acfd404b5e1067f1d9b04f0580849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#	$OpenBSD: Makefile,v 1.3 2002/12/17 20:12:15 henning Exp $
#
FILES=	queue1 queue2 queue3
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>