aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314659
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* Convert mountd to nmount(). Remove some hardcoded dependenciesCraig Rodrigues2006-05-231-1/+6
| | | | | | | on ufs, cd9660, msdosfs, and ntfs, but not all dependencies. Notes: svn path=/head/; revision=158857
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockPawel Jakub Dawidek2005-08-241-0/+3
| | | | | | | anymore. Notes: svn path=/head/; revision=149433
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-301-1/+0
| | | | Notes: svn path=/head/; revision=121767
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.Peter Wemm2003-10-261-1/+2
| | | | | | | It is now WARNS=2 clean again. Notes: svn path=/head/; revision=121556
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+0
| | | | Notes: svn path=/head/; revision=77575
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-2/+1
| | | | | | | the default. Notes: svn path=/head/; revision=32645
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)Peter Wemm1997-03-111-1/+2
| | | | Notes: svn path=/head/; revision=23681
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-221-2/+3
| | | | Notes: svn path=/head/; revision=2999
* Delete obsolete references to librpc.a.Garrett Wollman1994-08-081-2/+0
| | | | Notes: svn path=/head/; revision=1923
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-2/+2
| | | | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message. Notes: svn path=/head/; revision=1855
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+10
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558