opnsense-src/release/picobsd/tinyware/simple_httpd/Makefile
1999-02-12 20:36:13 +00:00

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>