summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include
Commit message (Collapse)AuthorAgeFilesLines
* MFC r311472:ngie2017-02-041-2/+2
| | | | | Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of always building support into amd(8).
* MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2.cy2016-12-231-29/+270
| | | | | | | | | | Used extensively on my network over the past ten weeks. Reviewed by: pfg, brooks Suggested by: pfg Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ Relnotes: yes Differential Revision: D8405
* Revert r295648 for now.bdrewery2016-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
* Remove the need for overriding depend.bdrewery2016-02-161-4/+4
| | | | Sponsored by: EMC / Isilon Storage Division
* Add missing dependency on sys/conf/newvers.sh.bdrewery2016-02-161-2/+2
| | | | Sponsored by: EMC / Isilon Storage Division
* META MODE: Remove bin/cat.host dependency.bdrewery2015-11-251-1/+0
| | | | | | | This likely slipped in during early testing; local.dirdeps.mk always excludes bin/cat.host now. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+12
|\ | | | | | | | | | | | | | | | | | | | | 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
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+1
| |
| * Merge sync of headsjg2015-05-272-4/+0
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-0/+1
| |\
| * \ Merge from headsjg2014-05-081-1/+1
| |\ \ | | |/
| * | Merge headsjg2014-04-281-9/+0
| |\ \
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Stop including if_var.h from userland.glebius2015-04-061-3/+0
| |_|/ |/| | | | | | | | Sponsored by: Nginx, Inc.
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |/ |/| | | | | from the latter.
* | Remove the names of the build host and user and the build date. Thisdes2014-04-121-9/+0
|/ | | | | | still leaves the host OS and version, but these are harder to remove. MFC after: 3 weeks
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+1
| | | | and will be removed.
* Teach Amd how to unmount.obrien2007-12-051-0/+3
|
* Accidently created the file with the wrong name.obrien2007-12-051-8/+0
|
* 'amu_autofs_prot.h'obrien2007-12-051-0/+8
|
* Update for version 6.1.5.obrien2007-12-051-117/+253
|
* Add new BUILD_* knobs, and switch our definition & setting of BUILD_*obrien2007-12-052-6/+8
| | | | and configured settings.
* Autoconf would have created a symlink from conf/autofs/autofs_default.hobrien2007-12-051-0/+8
| | | | | | | to autoamu_autofs_prot.h. It is easier to just create shell header within the Bmake framework. For now it's a stub - fill out when we know our Autofs direction.
* Reimplementation of world/kernel build options. For details, see:ru2006-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)
* Respect the YES_HESIOD build variablephk2005-08-061-0/+23
|
* Generate locale-agnostic configuration date.ru2005-02-161-1/+1
|
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-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
* Reenable nullfs for local links. The change from 'struct vfsconf'mbr2004-07-151-3/+3
| | | | | to 'struct xvfsconf' broke auto configuration. Patches have been submitted to the vendor.
* Generate fresh aux_conf.h.mbr2004-07-061-18/+6
|
* Check if `dirmask' is a member of `pcfs_args_t'.mbr2004-07-061-0/+3
| | | | | | | | A diff to the autoconf aux-files has been submitted to the amd people. PR: 57401 Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>
* Unbreak pcfs supportmbr2004-07-061-5/+8
| | | | PR: 68679
* Update OS-dependent variables.mbr2004-07-061-12/+15
|
* Sync with fresh generated file, keep our changed settings. This seemsmbr2003-09-021-1386/+1338
| | | | to be a lot cleaner.
* Remove redundant PACKAGE and VERSION defines.mbr2003-09-021-6/+1
|
* Update version string.mbr2003-09-021-1/+1
|
* Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1.mbr2003-09-021-0/+9
|
* LANG->LC_ALLache2003-08-041-4/+4
| | | | Pointed by: ru
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
| | | | | Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale Strip [] for tr ranges
* Stop "make depend" from attempting to delete non-existent .depend.ru2002-04-111-1/+1
|
* Strip non version _number_ bits from HOST_OS_VERSION.obrien2001-09-061-1/+1
| | | | Requested by: knu
* I was missing the HOST_OS_VERSION setting in the fall-back case.obrien2001-09-062-3/+6
| | | | | 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.
* Try to determine the OS version and architecture for what is being builtobrien2001-09-051-9/+16
| | | | | | vs. the building machine. PR: 14040
* Opps, let one definition slip out that we define dynamically.obrien2001-09-031-1/+1
|
* Use the native mount and nfs_prot headers.obrien2001-09-021-7/+1
| | | | Also generate nfs_prot_x.c in ANSI-C mode.
* Update for version 6.0.7.obrien2001-09-021-172/+217
|
* Document my tweaks better.obrien2001-09-021-9/+10
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-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.
* Added missing dependancy.ru2001-07-191-0/+2
| | | | | Submitted by: bde Approved by: obrien
* msdos -> msdosfsru2001-06-041-8/+8
| | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien
OpenPOWER on IntegriCloud