summaryrefslogtreecommitdiffstats
path: root/include/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move obscure lib/ installation of /usr/lib/include symlink to include/.bdrewery2015-12-041-0/+2
* Replace ln -s calls with INSTALL_SYMLINKbdrewery2015-12-041-18/+18
* Stop building vers.c in include/ and only build the needed osreldate.h.bdrewery2015-11-251-7/+3
* META MODE: Fix changing what "MACHINE=host" means when computing dirdeps for ...bdrewery2015-11-181-1/+1
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-3/+3
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+1
* Mute this cookie as wellbdrewery2015-10-031-1/+1
* Avoid make compatibility mode issues with creating cookies from r287844 and r...bdrewery2015-10-031-5/+3
* META_MODE: Avoid command changing in 2nd build.bdrewery2015-09-181-6/+6
* Similar to r287844, create 'symlinks' cookie in proper place with -j and META...bdrewery2015-09-161-0/+1
* Create 'copies' cookie in proper place in META_MODE.bdrewery2015-09-161-0/+1
* Add META_MODE support.sjg2015-06-131-1/+41
|\
| * Merge sync of headsjg2015-05-271-20/+15
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+3
| |\
| * \ Merge head from 7/28sjg2014-08-191-2/+8
| |\ \
| * | | Actually avoid stage_includes targetsjg2014-05-161-2/+2
| * | | We want to use stage_includes as a hook, so use NO_STAGE_INCLUDESsjg2014-05-161-1/+10
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-18/+18
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-19/+12
| |\ \ \ \ \
| * | | | | | In meta mode touch targets like copies so we don't needlessly repeat them.sjg2013-10-121-1/+10
| * | | | | | Merge from headsjg2013-09-051-10/+21
| |\ \ \ \ \ \
| * | | | | | | Add stage-install.sh so we can do away with the need to havesjg2013-04-191-8/+0
| * | | | | | | Avoid problems with read-only osreldate.hsjg2013-02-161-0/+1
| * | | | | | | Sync with HEAD.obrien2013-02-081-5/+25
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-041-19/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-2/+32
| * | | | | | | | | | | MFC: r237279: install filemon.hobrien2012-06-201-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-9/+2
* | | | | | | | | | | Sort the entries by build knob, then MACHINE_ARCH like other areas of the treengie2015-02-041-13/+12
* | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-1/+5
* | | | | | | | | | | Make install cuse headers if MK_CUSE != nongie2015-01-251-1/+4
* | | | | | | | | | | Deorbit the IEEE-488/GPIB support.phk2014-12-251-5/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix the build by installing acpi_hpet.h correctly.rpaulo2014-10-241-1/+1
* | | | | | | | | | HPET: create /dev/hpetN as a way to access HPET from userland.rpaulo2014-10-241-1/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Don't install GSS-API headers when the GSSAPI option has been disabled.tijl2014-06-131-2/+7
* | | | | | | | | Initial import of character device in userspace support for FreeBSD.hselasky2014-05-231-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove AppleTalk support.glebius2014-03-141-1/+1
* | | | | | | Remove IPX support.glebius2014-03-141-8/+1
* | | | | | | Install teken.h for userland.ray2013-12-051-0/+3
* | | | | | | Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-031-9/+1
* | | | | | | Install include files for netpfil/pf when requested by the Makefilesbruno2013-11-011-0/+5
* | | | | | | Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-0/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove BIND.des2013-09-301-5/+0
* | | | | | Allow the path to the system source directory to be passed in toian2013-09-281-2/+4
* | | | | | Launch the bourne shell using "sh" rather than "${SHELL}", as the latterian2013-09-231-1/+1
* | | | | | Launch the shell, passing it the path to the mk-osreldate script, ratherian2013-09-221-1/+1
* | | | | | Create a separate script to generate osreldate.h rather than sourcingian2013-09-211-13/+10
| |_|_|_|/ |/| | | |
* | | | | The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-131-4/+14
OpenPOWER on IntegriCloud