mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= phttpget
|
|
NO_MAN=
|
|
|
|
BINDIR= ${LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|