aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* GENERIC98 is removed.Yoshihiro Takahashi2000-05-051-1/+1
* Make gperf be a bootstrap-tool, since we now depend on features ofGarrett Wollman2000-04-271-1/+1
* Revert my changes to make gperf a build-tool; that was the wrong thing.Garrett Wollman2000-04-271-2/+2
* Add gperf(1) to build tools. It should have been one before, butGarrett Wollman2000-04-271-2/+2
* Create ${KRNLOBJDIR} before running config(8), since config(8) doesSheldon Hearn2000-04-271-0/+1
* Unbreak make world (libpam depends on libopie)Kris Kennaway2000-04-171-3/+4
* Fix the buildkernel and installkernel targets for the case whereSheldon Hearn2000-03-301-3/+5
* Get rid of "sticky" files when updating sources with cvs(1).Ruslan Ermilov2000-03-291-1/+1
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-3/+3
* A lot of tools need to be built before compilation proper can happen.Mark Murray2000-02-281-2/+3
* We have a new world order in libraries.Mark Murray2000-02-241-5/+5
* Docfix: Note krb5 flags.Jordan K. Hubbard2000-02-201-0/+1
* Now that bsd.lib.mk has PRECIOUSLIB feature back (rev 1.91),Ruslan Ermilov2000-02-031-1/+1
* The readline includes handling was moved down a level inDavid E. O'Brien2000-01-301-1/+1
* Back out 1.134. It works from 3.3R, but breaks cross compilation for tooWarner Losh2000-01-291-1/+5
* Remove Fortran from build tools. It isn't needed to build the systemWarner Losh2000-01-281-5/+1
* Build Kerberos5 if the correct macro is set. This is not for theMark Murray2000-01-241-6/+29
* Require USA_RESIDENT to be 'NO' or 'YES' if building secure/Kris Kennaway2000-01-191-0/+12
* Finally resolve the texinfo issue by moving itRuslan Ermilov2000-01-181-3/+3
* For some reason compiler should be the last in the list of cross-tools.Ruslan Ermilov2000-01-181-2/+2
* Add gnu/usr.bin/texinfo to the list of cross-tools.Ruslan Ermilov2000-01-171-1/+2
* Add gross hack to work around bogus dependency information createdMarcel Moolenaar2000-01-121-0/+3
* Fix broken installkernel target. Don't use the WMAKE context toMarcel Moolenaar2000-01-121-1/+1
* Revert gratuitous change in rev. 1.123 which broke building worldMarcel Moolenaar2000-01-111-0/+3
* Remove Bison from "bootstrap-tools" as we don't use it to build anythingDavid E. O'Brien2000-01-111-2/+1
* This is the second half of unbreaking the world build. Add a -DNOHTMLBrian Feldman2000-01-111-6/+3
* Add the -r flag to CONFIGARGS instead of assigning to it so thatMarcel Moolenaar2000-01-111-1/+1
* Add a buildkernel and an installkernel target. With these targetsMarcel Moolenaar2000-01-091-1/+75
* Add btxld to the list of cross-tools on machines that don't have itMarcel Moolenaar2000-01-041-2/+6
* Grrrr... This was supoosed to go with the commit to kerberosIV/.../libroken'sMark Murray1999-12-301-1/+6
* Restore changes I spammed.David E. O'Brien1999-12-291-0/+4
* Allow the specification of a prefix for gcc to find all the various bits.David E. O'Brien1999-12-291-4/+1
* Only make beforeinstall in libcrypto/libssl if they actually exist. I haven'tKris Kennaway1999-12-291-0/+4
* Oops, the previous commit was bogus. I shouldn't commit something withoutSatoshi Asami1999-12-291-1/+1
* Typo (libcrypto -> libcrypt).Satoshi Asami1999-12-291-1/+1
* Build openssl properly during make world.Kris Kennaway1999-12-281-1/+4
* Don't build caesar as a tool. fortune(6) doesn't depend on itMarcel Moolenaar1999-12-231-3/+3
* Revert previous commit, andMarcel Moolenaar1999-12-231-7/+5
* Add ${WORLDTMP}/sbin to ${STRICTTMPPATH} - sysctl not found otherwiseAndrey A. Chernov1999-12-221-1/+1
* o make SHARED=symlinks a caller defined instead of a callee definedMarcel Moolenaar1999-12-201-58/+107
* Don't build usr.sbin/pcvt/keycap on anything other than i386 whenMarcel Moolenaar1999-12-171-1/+5
* o Add games/caesar to the list of bootstrap-tools so that aMarcel Moolenaar1999-12-161-19/+69
* It is possible for someone to want to 'make update' wht SUPFILE not definedBill Fumerola1999-12-161-0/+2
* Add colldef to the list of tools. It's needed on older systems.Marcel Moolenaar1999-12-121-2/+2
* o Add gensetdefs to the list of tools.Marcel Moolenaar1999-12-121-4/+4
* Build a.out tools if MACHINE_ARCH == i386 and MACHINE == pc98.Yoshihiro Takahashi1999-12-121-2/+10
* Don't add MACHINE_ARCH to MAKEOBJDIRPREFIX when not cross-building.Marcel Moolenaar1999-12-111-0/+4
* o Don't make games/fortune/strfile if games does not exist or NOGAMESMarcel Moolenaar1999-12-101-5/+9
* Remove installworld related settings that I had as a safety-net andMarcel Moolenaar1999-12-101-3/+1
* More cross-building related changes:Marcel Moolenaar1999-12-101-67/+50