Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r311472: | ngie | 2017-02-04 | 1 | -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. | cy | 2016-12-23 | 1 | -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. | bdrewery | 2016-02-16 | 1 | -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. | bdrewery | 2016-02-16 | 1 | -4/+4 |
| | | | | Sponsored by: EMC / Isilon Storage Division | ||||
* | Add missing dependency on sys/conf/newvers.sh. | bdrewery | 2016-02-16 | 1 | -2/+2 |
| | | | | Sponsored by: EMC / Isilon Storage Division | ||||
* | META MODE: Remove bin/cat.host dependency. | bdrewery | 2015-11-25 | 1 | -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. | sjg | 2015-06-13 | 1 | -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_RELDIR | sjg | 2015-06-08 | 1 | -2/+1 |
| | | |||||
| * | Merge sync of head | sjg | 2015-05-27 | 2 | -4/+0 |
| |\ | |/ |/| | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -0/+1 |
| |\ | |||||
| * \ | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| * | | Merge head | sjg | 2014-04-28 | 1 | -9/+0 |
| |\ \ | |||||
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | |||||
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | | Stop including if_var.h from userland. | glebius | 2015-04-06 | 1 | -3/+0 |
| |_|/ |/| | | | | | | | | Sponsored by: Nginx, Inc. | ||||
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
| |/ |/| | | | | | from the latter. | ||||
* | | Remove the names of the build host and user and the build date. This | des | 2014-04-12 | 1 | -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 implementation | dfr | 2009-06-24 | 1 | -1/+1 |
| | | | | and will be removed. | ||||
* | Teach Amd how to unmount. | obrien | 2007-12-05 | 1 | -0/+3 |
| | |||||
* | Accidently created the file with the wrong name. | obrien | 2007-12-05 | 1 | -8/+0 |
| | |||||
* | 'amu_autofs_prot.h' | obrien | 2007-12-05 | 1 | -0/+8 |
| | |||||
* | Update for version 6.1.5. | obrien | 2007-12-05 | 1 | -117/+253 |
| | |||||
* | Add new BUILD_* knobs, and switch our definition & setting of BUILD_* | obrien | 2007-12-05 | 2 | -6/+8 |
| | | | | and configured settings. | ||||
* | Autoconf would have created a symlink from conf/autofs/autofs_default.h | obrien | 2007-12-05 | 1 | -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: | ru | 2006-03-17 | 1 | -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 variable | phk | 2005-08-06 | 1 | -0/+23 |
| | |||||
* | Generate locale-agnostic configuration date. | ru | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -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' | mbr | 2004-07-15 | 1 | -3/+3 |
| | | | | | to 'struct xvfsconf' broke auto configuration. Patches have been submitted to the vendor. | ||||
* | Generate fresh aux_conf.h. | mbr | 2004-07-06 | 1 | -18/+6 |
| | |||||
* | Check if `dirmask' is a member of `pcfs_args_t'. | mbr | 2004-07-06 | 1 | -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 support | mbr | 2004-07-06 | 1 | -5/+8 |
| | | | | PR: 68679 | ||||
* | Update OS-dependent variables. | mbr | 2004-07-06 | 1 | -12/+15 |
| | |||||
* | Sync with fresh generated file, keep our changed settings. This seems | mbr | 2003-09-02 | 1 | -1386/+1338 |
| | | | | to be a lot cleaner. | ||||
* | Remove redundant PACKAGE and VERSION defines. | mbr | 2003-09-02 | 1 | -6/+1 |
| | |||||
* | Update version string. | mbr | 2003-09-02 | 1 | -1/+1 |
| | |||||
* | Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1. | mbr | 2003-09-02 | 1 | -0/+9 |
| | |||||
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -4/+4 |
| | | | | Pointed by: ru | ||||
* | Use LANG=C before egrep A-Z and tr A-Z | ache | 2003-08-04 | 1 | -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. | ru | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | Strip non version _number_ bits from HOST_OS_VERSION. | obrien | 2001-09-06 | 1 | -1/+1 |
| | | | | Requested by: knu | ||||
* | I was missing the HOST_OS_VERSION setting in the fall-back case. | obrien | 2001-09-06 | 2 | -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 built | obrien | 2001-09-05 | 1 | -9/+16 |
| | | | | | | vs. the building machine. PR: 14040 | ||||
* | Opps, let one definition slip out that we define dynamically. | obrien | 2001-09-03 | 1 | -1/+1 |
| | |||||
* | Use the native mount and nfs_prot headers. | obrien | 2001-09-02 | 1 | -7/+1 |
| | | | | Also generate nfs_prot_x.c in ANSI-C mode. | ||||
* | Update for version 6.0.7. | obrien | 2001-09-02 | 1 | -172/+217 |
| | |||||
* | Document my tweaks better. | obrien | 2001-09-02 | 1 | -9/+10 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | ru | 2001-07-19 | 1 | -0/+2 |
| | | | | | Submitted by: bde Approved by: obrien | ||||
* | msdos -> msdosfs | ru | 2001-06-04 | 1 | -8/+8 |
| | | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien |