a9d9abe89e
MFC after: 1 month
9 lines
91 B
Makefile
9 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= phttpget
|
|
MAN= phttpget.8
|
|
|
|
BINDIR= ${LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|