aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* retire amd(8)Ed Maste2020-03-091-29/+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
* Switch from .CURDIR to the simpler, more legible SRCTOP.Cy Schubert2016-09-141-1/+1
| | | | | | | | Suggested by: emaste X-MFC-with: upcoming amd upgrade Notes: svn path=/head/; revision=305787
* Revert r295648 for now.Bryan Drewery2016-02-161-4/+4
| | | | | | | | | | | This builds fine with FAST_DEPEND but the mkdep method requires that include/ generates the headers during 'make depend' so the subsequent directories can find them when running mkdep. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295663
* Remove the need for overriding depend.Bryan Drewery2016-02-161-4/+4
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295648
* Add missing dependency on sys/conf/newvers.sh.Bryan Drewery2016-02-161-2/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295647
* 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
* 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
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-0/+8
| | | | | | | | | | | | | | 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
* Stop "make depend" from attempting to delete non-existent .depend.Ruslan Ermilov2002-04-111-1/+1
| | | | Notes: svn path=/head/; revision=94429
* I was missing the HOST_OS_VERSION setting in the fall-back case.David E. O'Brien2001-09-061-1/+1
| | | | | | | | Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from. Notes: svn path=/head/; revision=83154
* Use the native mount and nfs_prot headers.David E. O'Brien2001-09-021-7/+1
| | | | | | | 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-2/+1
| | | | | | | | 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
* Added missing dependancy.Ruslan Ermilov2001-07-191-0/+2
| | | | | | | | Submitted by: bde Approved by: obrien Notes: svn path=/head/; revision=79993
* Properly fix the world breakage.Ruslan Ermilov2001-03-211-1/+12
| | | | | | | | | | 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
* bmake framework for contrib_amdDavid E. O'Brien1998-08-271-0/+13
Notes: svn path=/head/; revision=38581