summaryrefslogtreecommitdiffstats
path: root/etc/mtree/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Set up the /usr/tests hierarchy.jmmv2013-12-281-0/+4
| | | | | | | | | | | | | | | | | This is a MFC of the following into stable/10: - r257097 Set up the /usr/tests hierarchy. - r257098 Add missing WITHOUTTESTS file. - r257100 Add a tests(7) manual page. - r257105 Disable WITHTESTS= for now. - r257848 Fix buildworld when WITHTESTS is enabled. - r257850 Subsume the functionality of MKATF into MKTESTS. - r257851 Handle the removal of the test suite when WITHOUTTESTS=yes. - r257852 Install category Kyuafiles from their category directories. - r258232 Install BSD.tests.mtree when MKTESTS is yes. Note that building with WITH_TESTS is still broken at this point (and hence why WITHOUT_TESTS is the set as the default). Subsequent pullups will fix the remaining issues.
* Fix up typos from r255963 in mtree Makefile. BSD.debug.dist should bemdf2013-10-031-2/+2
| | | | | | iterated if present, and remove a stray .endif. Approved by: re (gjb)
* Odds and ends left over from BIND and unnoticed because they didn'tdes2013-10-011-9/+1
| | | | | | affect 'make universe'. Approved by: re (gjb)
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-071-0/+4
| | | | | | | | | | | | | | | | debug files for userland programs and libraries. The "-g" debug flag is automatically applied when WITH_DEBUG_FILES is set. The debug files are now named ${prog}.debug and ${shlib}.debug for consistency with other systems and documentation. In addition they are installed under /usr/lib/debug, to simplify the process of installing them if needed after a crash. Users of bsd.{prog,lib}.mk outside of the base system place the standalone debug files in a .debug subdirectory. GDB automatically searches both of these directories for standalone debug files. Thanks to everyone who contributed changes, review, and testing during development.
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-221-0/+3
| | | | | | | | | | | | A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial)
* Update etc/mtree/Makefile:antoine2009-09-061-4/+5
| | | | | There is no longer BSD.{local,x11-4,x11}.dist mtree files. There is a BSD.sendmail.dist mtree file.
* 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)
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Hook the BIND.* files up to the build.dougb2004-09-271-1/+10
|
* This file is about to get some optional bits, so line up the parts ofdougb2004-09-271-2/+8
| | | | | | | | the FILES variable one line at a time. This should be a whitespace change only. Reviewed by: ru
* Added this makefile. This is not attached to the build yet. I oftenbde2002-01-161-0/+8
install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
OpenPOWER on IntegriCloud