summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-4/+8
| | | | | | arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
* Enable call to beforeinstall for libg++ and add one for libreadline.rgrimes1994-09-121-3/+3
|
* Changes required for bringing in eBones (kerberosIV - des + des ;-))csgr1994-09-091-3/+23
| | | | | | - check for directory "eBones" - add checks for define "NOEBONES" - get includes and libraries targets set up.
* Taken update rule out of world target so it doesn't try and sup andpaul1994-09-031-14/+5
| | | | | | | | | | | update every time you build world if you've enabled it. Merged all the gnu library targets into one. libg++ isn't in the gnu/lib/Makefile anyway so it's still disabled. Enabled building of lex library -- this was stopping make world working. Submitted by: Paul Richards
* Removed an echo about directories not being enabled.paul1994-08-261-2/+1
| | | | | | | I removed libkern for the libraries target in the last commit too but forgot to mention it. Reviewed by: Submitted by:
* Added an update target. It does nothing by default but youpaul1994-08-261-7/+18
| | | | | | | | | | | | can enable things in /etc/make.conf if you wish for those who might want to use it. directories has got enabled by this patch too whch I hadn't meant to do but there's no harm in it since the mtree stuff has been pulled over now. Reviewed by: Submitted by:
* Added libkern to list of libraries to build.paul1994-08-251-19/+8
| | | | | | | Deleted mdec target, the bootblocks should get built during the normal build process now that the sys/Makefile works. Submitted by: Paul Richards
* Removed all refernces to *26 directories.paul1994-08-251-4/+4
| | | | | Reviewed by: Submitted by:
* - turn NOCRYPT offcsgr1994-08-201-9/+16
| | | | | | | | | | - add NOSECURE and NOKERBEROS - turn NOKERBEROS on - add secure directory (NOCRYPT now has a blanket effect over src/secure and src/kerberosIV, while NOSECURE and NOKERBEROS control these indiviually.) Submitted by: Geoff
* Whoops, nuke libobjc until we have it too.jkh1994-08-161-2/+2
| | | | Submitted by: jkh
* cc -> cc26 for now.jkh1994-08-141-4/+4
| | | | Submitted by: jkh
* Kill an errant libg++ entry.jkh1994-08-141-2/+2
| | | | Submitted by: jkh
* This is the first attempt to drag the top level Makefile Rod sent mejkh1994-08-131-12/+214
| | | | | into 2.0. It will surely need more work. Submitted by: jkh
* Remove kerberosIV until it works or is replace with eBones.. It'sjkh1994-08-101-1/+1
| | | | | hosing my build worlds.. Submitted by: jkh
* Remove `old' directory.jkh1994-08-071-1/+1
| | | | Submitted by: jkh
* Whap games too, for now. As people add this stuff back, they canjkh1994-08-071-1/+1
| | | | | | change the Makefiles, but I'm trying to get as much of the world to build as possible at the moment. Submitted by: jkh
* Remove contrib, add gnu to reflect current state of the tree so that I canjkh1994-08-071-1/+1
| | | | | at least build obj links from the top. Submitted by:
* BSD 4.4 Lite Top Level Sourcesrgrimes1994-05-271-0/+16
OpenPOWER on IntegriCloud