Makefile revision 278180
1# $FreeBSD: stable/10/usr.sbin/portsnap/phttpget/Makefile 278180 2015-02-04 00:56:55Z delphij $
2
3PROG=	phttpget
4MAN=	phttpget.8
5
6BINDIR=	${LIBEXECDIR}
7
8.include <bsd.prog.mk>
9