mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 14:24:23 -05:00
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.
7 lines
71 B
Makefile
7 lines
71 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG= simple_httpd
|
|
MAN=
|
|
WARNS?=6
|
|
|
|
.include <bsd.prog.mk>
|