Makefile revision 148871
1# $FreeBSD: head/usr.sbin/portsnap/make_index/Makefile 148871 2005-08-08 20:10:06Z cperciva $
2
3PROG=	make_index
4NO_MAN=
5WARNS?=	6
6
7BINDIR=	${LIBEXECDIR}
8
9.include <bsd.prog.mk>
10