This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-15 14:29:58 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
295df609df
opnsense-src
/
release
/
picobsd
/
tinyware
/
simple_httpd
/
Makefile
9 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-27 21:35:59 -04:00
# $FreeBSD$
Oops.. Forgot to add the Makefile Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 09:10:25 -04:00
#
Fix Makefile so it works. Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-15 22:50:10 -05:00
PROG
=
simple_httpd
SRCS
=
simple_httpd.c
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
2014-04-13 01:21:56 -04:00
MAN
=
Warns fixes: use putenv rather than setenv to avoid constness problems, when we want to print an off_t cast to intmax_t and use %jd. Up WARNS to 6.
2009-03-17 15:51:04 -04:00
WARNS
?=
6
Oops.. Forgot to add the Makefile Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 09:10:25 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink