summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
| | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+1
|
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2peter2003-10-261-0/+1
| | | | (but I haven't turned it on)
* style.Makefile(5)obrien2003-04-041-3/+0
|
* conditionally set WARNS via ?=.alfred2002-07-111-2/+2
|
* make mostly WARNS=4 clean.alfred2002-07-111-0/+3
| | | | constify, mark unsued args, fixup prototypes.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+5
| | | | | 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.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-101-2/+2
|
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-061-3/+2
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Typo fix: ${.DESTDIR} -> ${DESTDIR}.asami1997-05-231-2/+2
| | | | Reviewed by: bde
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add sm_inter.h to DPSRCS so that make depend is not required to buildnate1996-07-091-1/+2
| | | | this.
* Some minor tweaks for statdpeter1996-04-011-3/+16
| | | | | | - use rpcgen to generate unmodified code instead of havinf it in the repository - use "natural" function names to avoid conflicts with prototypes etc.
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-171-0/+13
rpc.statd. This is apparently fully functional and complete.
OpenPOWER on IntegriCloud