aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/libamu
Commit message (Collapse)AuthorAgeFilesLines
* retire amd(8)Ed Maste2020-03-092-55/+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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318000
* 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
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-4/+0
| | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295989
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+25
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* 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