aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/libamu/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* retire amd(8)Ed Maste2020-03-091-38/+0
| | | | | | | | | | | | | | autofs was introduced with FreeBSD 10.1 and is the supported method for automounting filesystems. As of r296194 the amd man page claimed that it is deprecated. Remove it from base now; the sysutils/am-utils port is still available if necessary. Discussed with: cy Relnotes: Yes Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358821
* Use unifdef -x1 instead of ignoring the shell exit codeAlex Richardson2018-08-221-1/+1
| | | | | | | | | | | This way the target fails if unifdef doesn't exist or doesn't modify the file instead of just generating an empty .c file. I found this while building without inherited $PATH (D16815) Approved By: jhb (mentor) Notes: svn path=/head/; revision=338191
* Fix build after r314656Enji Cooper2017-03-041-0/+2
| | | | | | | | | | | | | | | | | | | | | Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery MFC after: 1 month Reported by: Jenkins, cy, ler, O. Hartmann, Michael Butler Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314676
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314659
* Sources from the "current" build tree and generated sources in theCy Schubert2016-10-221-1/+1
| | | | | | | | | | | | object tree should be used instead of sources and headers from the already installed source tree on the build host. This was noticed while addressing issues in the upcoming amd update. MFC after: 2 weeks Notes: svn path=/head/; revision=307800
* Switch from .CURDIR to the simpler, more legible SRCTOP.Cy Schubert2016-09-141-6/+6
| | | | | | | | Suggested by: emaste X-MFC-with: upcoming amd upgrade Notes: svn path=/head/; revision=305787
* We now have to use part of the vendor supplied xdr_func.c.David E. O'Brien2007-12-051-3/+8
| | | | | | | util renamed to strutil to be more clear of its purpose. Notes: svn path=/head/; revision=174306
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-3/+1
| | | | Notes: svn path=/head/; revision=96514
* Use the native mount and nfs_prot headers.David E. O'Brien2001-09-021-2/+3
| | | | | | | Also generate nfs_prot_x.c in ANSI-C mode. Notes: svn path=/head/; revision=82825
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-14/+12
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Fully use our own generated files for NFSv3.David E. O'Brien1998-09-091-1/+1
| | | | Notes: svn path=/head/; revision=39007
* With the change to the 4.4Lite2 mount interface we don't need specialDavid E. O'Brien1998-09-051-3/+2
| | | | | | | conf files. Notes: svn path=/head/; revision=38831
* bmake framework for contrib_amdDavid E. O'Brien1998-08-271-0/+35
Notes: svn path=/head/; revision=38581