aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* retire amd(8)Ed Maste2020-03-091-42/+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
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-8/+8
| | | | | | | | | | 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-2/+2
| | | | | | | | | | | | 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
* Create a package for amd(8) and related tools.Glen Barber2016-01-211-0/+2
| | | | | | | | | While here, fix accounting rc script installation. Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=294524
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-7/+0
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* 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
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
| | | | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week Notes: svn path=/head/; revision=231118
* MFtbemd:Warner Losh2010-08-231-1/+1
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=201390
* Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.Ruslan Ermilov2006-03-211-1/+1
| | | | Notes: svn path=/head/; revision=156936
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
| | | | | | | | | | | 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
* Respect the YES_HESIOD build variablePoul-Henning Kamp2005-08-061-0/+4
| | | | Notes: svn path=/head/; revision=148795
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-0/+3
| | | | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=137675
* style.Makefile(5)David E. O'Brien2003-04-041-1/+0
| | | | Notes: svn path=/head/; revision=113091
* Removed mentions of TARGET_ARCH from non-cross places.Ruslan Ermilov2001-10-041-2/+1
| | | | Notes: svn path=/head/; revision=84473
* Try to determine the OS version and architecture for what is being builtDavid E. O'Brien2001-09-051-0/+3
| | | | | | | | | vs. the building machine. PR: 14040 Notes: svn path=/head/; revision=83090
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-7/+6
| | | | | | | | 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
* Properly fix the world breakage.Ruslan Ermilov2001-03-211-25/+8
| | | | | | | | | | Unpollute the Makefile.inc's abuse of SRCS variable, and move the generation of header files into include/ subdirecory. Reviewed by: buildworld Notes: svn path=/head/; revision=74558
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add the texinfo'ed docs to the build/install.Mark Murray1999-01-231-1/+3
| | | | Notes: svn path=/head/; revision=43111
* Fully use our own generated files for NFSv3.David E. O'Brien1998-09-091-4/+4
| | | | Notes: svn path=/head/; revision=39007
* Fix parallel makes falling over on xwhereGary Palmer1998-08-301-2/+2
| | | | Notes: svn path=/head/; revision=38649
* bmake framework for contrib_amdDavid E. O'Brien1998-08-271-0/+51
Notes: svn path=/head/; revision=38581