mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=simple_httpd
|
|
SRCS= simple_httpd.c
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|