aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
Commit message (Expand)AuthorAgeFilesLines
* META_MODE: Avoid command changing in 2nd build.Bryan Drewery2015-09-181-6/+6
* Similar to r287844, create 'symlinks' cookie in proper place with -j and META...Bryan Drewery2015-09-161-0/+1
* Create 'copies' cookie in proper place in META_MODE.Bryan Drewery2015-09-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-1/+41
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-20/+15
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+3
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+8
| |\ \
| * | | Actually avoid stage_includes targetSimon J. Gerraty2014-05-161-2/+2
| * | | We want to use stage_includes as a hook, so use NO_STAGE_INCLUDESSimon J. Gerraty2014-05-161-1/+10
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-281-18/+18
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-19/+12
| |\ \ \ \ \
| * | | | | | In meta mode touch targets like copies so we don't needlessly repeat them.Simon J. Gerraty2013-10-121-1/+10
| * | | | | | Merge from headSimon J. Gerraty2013-09-051-10/+21
| |\ \ \ \ \ \
| * | | | | | | Add stage-install.sh so we can do away with the need to haveSimon J. Gerraty2013-04-191-8/+0
| * | | | | | | Avoid problems with read-only osreldate.hSimon J. Gerraty2013-02-161-0/+1
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-081-5/+25
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-19/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-2/+32
* | | | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-9/+2
* | | | | | | | | | Sort the entries by build knob, then MACHINE_ARCH like other areas of the treeEnji Cooper2015-02-041-13/+12
* | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2015-02-041-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2014-11-261-1/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Make install cuse headers if MK_CUSE != noEnji Cooper2015-01-251-1/+4
* | | | | | | | | | Deorbit the IEEE-488/GPIB support.Poul-Henning Kamp2014-12-251-5/+1
|/ / / / / / / / /
* | | | | | | | | Fix the build by installing acpi_hpet.h correctly.Rui Paulo2014-10-241-1/+1
* | | | | | | | | HPET: create /dev/hpetN as a way to access HPET from userland.Rui Paulo2014-10-241-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Don't install GSS-API headers when the GSSAPI option has been disabled.Tijl Coosemans2014-06-131-2/+7
* | | | | | | | Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-231-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+1
* | | | | | Remove IPX support.Gleb Smirnoff2014-03-141-8/+1
* | | | | | Install teken.h for userland.Aleksandr Rybalko2013-12-051-0/+3
* | | | | | Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanPeter Wemm2013-11-031-9/+1
* | | | | | Install include files for netpfil/pf when requested by the MakefileSean Bruno2013-11-011-0/+5
* | | | | | Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-0/+7
| |_|_|_|/ |/| | | |
* | | | | Remove BIND.Dag-Erling Smørgrav2013-09-301-5/+0
* | | | | Allow the path to the system source directory to be passed in toIan Lepore2013-09-281-2/+4
* | | | | Launch the bourne shell using "sh" rather than "${SHELL}", as the latterIan Lepore2013-09-231-1/+1
* | | | | Launch the shell, passing it the path to the mk-osreldate script, ratherIan Lepore2013-09-221-1/+1
* | | | | Create a separate script to generate osreldate.h rather than sourcingIan Lepore2013-09-211-13/+10
| |_|_|/ |/| | |
* | | | The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-131-4/+14
* | | | - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-2/+3
* | | | Move <stdatomic.h> into sys/sys/.Ed Schouten2013-06-011-3/+3
* | | | Add <uchar.h>.Ed Schouten2013-05-211-1/+1
| |_|/ |/| |
* | | Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersJohn Baldwin2013-02-051-4/+21
* | | Replace our implementation of the vis(3) and unvis(3) APIs withBrooks Davis2012-12-181-1/+4
| |/ |/|
* | Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-3/+2
* | Include a piece that was left out during r241629.Attilio Rao2012-10-171-1/+1
* | Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+1