546d30b94b
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.
8 lines
71 B
Makefile
8 lines
71 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG= simple_httpd
|
|
MAN=
|
|
WARNS?=6
|
|
|
|
.include <bsd.prog.mk>
|