summaryrefslogtreecommitdiff
path: root/share/ipf/Makefile
blob: 5d009fff9c1bc4ce56af12be518c8d17305554bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#	$Id: Makefile,v 1.1 1996/01/09 09:29:32 dm Exp $
#
FILES=	example.*
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>