aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit; write idea, wrong way.Jordan K. Hubbard1998-11-281-2/+6
* Remove netboot from build order; it's not ready for the limelightJordan K. Hubbard1998-11-281-6/+2
* Make sure libskey is built before libpam. It is required for one ofJohn Polstra1998-11-201-15/+17
* Add libpam to the "includes" and "libraries" targets.John Polstra1998-11-181-12/+16
* Note the requirement that libcrypt be built before libkrb.John Polstra1998-11-181-2/+2
* Remove share/info from build tools because it breaks the build whenJohn Birrell1998-11-151-2/+1
* Add libradius and libtacplus to the includes target. Note theirJohn Polstra1998-11-131-2/+5
* Typo , -> .Mike Smith1998-11-051-2/+2
* sys/modules/linux has a build-tools targetPeter Wemm1998-11-051-1/+5
* Add usr.bin/gensetdefs to build-tools; it is used for src/sys/modules andPeter Wemm1998-11-041-1/+2
* Don't add /usr/games to $PATH. Adding it here can only work for theBruce Evans1998-10-171-4/+4
* Fixed missing directories in the libraries target:Bruce Evans1998-10-161-6/+7
* Include btxld in build-tools only for i386.Robert Nordier1998-10-131-2/+4
* Conditionalise boot block building on i386.Jordan K. Hubbard1998-10-131-1/+3
* Remove sys/boot from the install as well.Robert Nordier1998-10-111-2/+1
* In src/Makefile.inc1:Robert Nordier1998-10-111-3/+2
* Comment about libm and libmd being needed for some libraries.Peter Wemm1998-10-111-1/+7
* Move OBJFORMAT hack to the correct line; what can I say, it was veryJordan K. Hubbard1998-10-101-3/+3
* PC-98 uses different boot code from IBM-PC. So, MACHINE is usedKATO Takenori1998-10-101-2/+2
* Quick commit to see if I can't fix Robert's i386/boot problem in one line.Jordan K. Hubbard1998-10-101-2/+2
* Don't chain makes with &&; apparently this is evil for parallelism.Jordan K. Hubbard1998-10-101-3/+3
* Clean up the boot targets a bit.Jordan K. Hubbard1998-10-091-4/+6
* Make both types of boot targets.Jordan K. Hubbard1998-10-081-2/+3
* Add libstand to the includes target.Mike Smith1998-10-051-1/+2
* Backout my last commit.Søren Schmidt1998-09-261-2/+2
* Build the LKM's both on aout & ELF systems.Søren Schmidt1998-09-251-3/+3
* Add printf(1) to the list of early-build tools.David E. O'Brien1998-09-231-1/+2
* Complete the Perl NOSHARED repair. I had not ensured that the shared libraryMark Murray1998-09-231-3/+8
* Remove the bootstrap-rtld target which wasn't needed.John Birrell1998-09-211-22/+16
* Purely cosmetic but useful change.Andreas Klemm1998-09-171-36/+36
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-1/+2
* libscsi is obsoleted by CAM.Justin T. Gibbs1998-09-171-2/+1
* (this is an extract from src/share/examples/atm/README)Poul-Henning Kamp1998-09-151-3/+3
* Hook up beforeinstall targets for libcam and libdevstatJustin T. Gibbs1998-09-151-1/+3
* I don't want to be the only one to use ``cut''. Use ``sed'' instead.David E. O'Brien1998-09-101-2/+1
* Add ``usr/bin/cut'' to "build-tools" target.David E. O'Brien1998-09-101-1/+2
* Remove the NOPERL block to building Perl5.Mark Murray1998-09-091-4/+1
* Add the Perl5 bootstrap tools.Mark Murray1998-09-091-3/+4
* Another place to set NOPERL.Mark Murray1998-09-091-1/+4
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*Satoshi Asami1998-09-051-6/+1
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.John Birrell1998-09-051-4/+4
* Only run ldconfig if the OBJFORMAT is aout.John Birrell1998-09-031-2/+2
* Force NOMAN and NOINFO on legacy-install as well as legacy build.John Birrell1998-09-011-3/+3
* Add a target to check the consistency of the make OBJFORMAT variableJohn Birrell1998-09-011-2/+25
* MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.John Birrell1998-08-311-10/+10
* E-day build system changes.John Birrell1998-08-311-0/+961