mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $Id: Makefile,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $
|
|
#
|
|
PROG=simple_httpd
|
|
SRCS= simple_httpd.c
|
|
CFLAGS+=-g
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|