diff options
Diffstat (limited to 'usr.sbin/portsnap/phttpget/Makefile')
-rw-r--r-- | usr.sbin/portsnap/phttpget/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/portsnap/phttpget/Makefile b/usr.sbin/portsnap/phttpget/Makefile new file mode 100644 index 0000000..154ff15 --- /dev/null +++ b/usr.sbin/portsnap/phttpget/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= phttpget +NO_MAN= +WARNS?= 6 + +BINDIR= ${LIBEXECDIR} + +.include <bsd.prog.mk> |