freebsd-nq/usr.sbin/simple_httpd/Makefile
Kyle Evans 546d30b94b Move httpd to simple_httpd...
This avoids PATH conflicts with a real httpd, as a user will likely almost
always prefer the more fully-featured httpd. This also lines up with the
historical name of the program.
2019-10-01 18:14:37 +00:00

8 lines
71 B
Makefile

# $FreeBSD$
#
PROG= simple_httpd
MAN=
WARNS?=6
.include <bsd.prog.mk>