aboutsummaryrefslogtreecommitdiff
path: root/libexec/tcpd
Commit message (Collapse)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS. Notes: svn path=/head/; revision=201380
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Style: move .PATH to where it belongs.Ruslan Ermilov2005-10-141-2/+2
| | | | Notes: svn path=/head/; revision=151326
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* Drop MAINTAINER Bit. Not needed any more.Mark Murray2003-06-041-2/+0
| | | | Notes: svn path=/head/; revision=115836
* Best we can do with this is c89.David E. O'Brien2003-06-021-0/+1
| | | | Notes: svn path=/head/; revision=115669
* Build the TCP-wrapper helper "daemon" tcpd. This is not much use inMark Murray2002-01-121-0/+20
a bog-standard FreeBSD installation, as inetd(8) does that job, but for inetd(8) replacemenrts such as xinetd, having this around makes sense. Notes: svn path=/head/; revision=89284