summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use CFLAGS instead of COPTS.dd2001-09-091-1/+1
|
* - Silence warnings: apply `const' generously, mark some variablesdd2001-09-091-1/+2
| | | | | | | | | | | | | | | __unused, and change local variables named `sin' (struct sockaddr_in) to `sin4'. (`sin' conflicts with the definition of sin(3), which gcc assumes to be defined even if math.h isn't included (it's a builtin). This is probably a bug in gcc.) - Apply WARNS=1. WARNS=2 was not used because this program assigns string literals to (struct iovec).iov_base for writing, and the only clean way to silence -Wwrite-strings in that case would be to strdup() and consequently free() those literals, which I considered too disruptive. Reviewed by: bde (partially)
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* IPv6 support for syslogd.ume2000-12-161-1/+2
| | | | | Reviewed by: freebsd-current Obtained from: NetBSD
* Submitted by: archie@whistle.comjulian1998-08-251-0/+1
| | | | quieten cc -Wall
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-2/+2
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+9
OpenPOWER on IntegriCloud