aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a duplicate line.Jordan K. Hubbard1995-02-091-2/+1
| | | | | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Notes: svn path=/head/; revision=6262
* Add libscsi to includes targetAndrey A. Chernov1995-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5866
* Add libforms to includes targetAndrey A. Chernov1995-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5865
* `make world' fixes from Pat Barron, Mark Murray.Garrett Wollman1995-01-211-1/+4
| | | | | | | Closes PR #156. Notes: svn path=/head/; revision=5772
* Add libcom_err to `includes' target so CLOBBERing the world works again (weGarrett Wollman1995-01-201-1/+2
| | | | | | | hope). Notes: svn path=/head/; revision=5749
* Added `compile_et' and `mk_cmds' to lib-tools target, as they are neededGarrett Wollman1995-01-191-1/+6
| | | | | | | | to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time (sorry, it was the only way I could think of to make sure it died). Notes: svn path=/head/; revision=5728
* Delete obsolete references to kerberosIV.Garrett Wollman1995-01-131-23/+1
| | | | Notes: svn path=/head/; revision=5573
* Ack! Mk must go before cleandist in the world rule now. OtherwiseJordan K. Hubbard1995-01-111-2/+2
| | | | | | | | cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk is not found. Notes: svn path=/head/; revision=5511
* Added new lib-tools target used in make world which rebuilds andNate Williams1995-01-031-2/+14
| | | | | | | | installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from the old utils which don't support the long archive names. Notes: svn path=/head/; revision=5366
* Add libtermcap to includes targetAndrey A. Chernov1994-12-041-1/+2
| | | | Notes: svn path=/head/; revision=4942
* More changes for the "distribute" target.Poul-Henning Kamp1994-11-141-5/+11
| | | | Notes: svn path=/head/; revision=4486
* Add gnu/include to includes targetAndrey A. Chernov1994-11-081-1/+2
| | | | Notes: svn path=/head/; revision=4249
* Make make world -DCLOBBER work again .. grrrPaul Traina1994-11-011-1/+3
| | | | Notes: svn path=/head/; revision=4054
* For those who want a little more control over their build process...Garrett Wollman1994-10-151-1/+37
| | | | | | | | | | | | | | | | | | | | | | Added two new targets, `most' and `mostinstall', which compile and install (respectively) just the binaries from just the ``core'' parts of the system. This makes it easier to do something like the following (which I do): # cd /usr/src # make obj depend (scrutinize make output) # make most # make mostinstall ...which will not confuse things by installing new libraries, /usr/share, games, gcc (two extra times), and so on. Obviously, if you do this, then you have to be careful to watch for changes in include files and make macros, and do the appropriate thing in those cases. (It usually still doesn't involve building GCC three times or libc six.) Notes: svn path=/head/; revision=3626
* Add libdialog to beforeinstall sectionAndrey A. Chernov1994-10-111-1/+2
| | | | Notes: svn path=/head/; revision=3518
* libmytinfo, libncurses added to 'make beforeinstall' sequenceAndrey A. Chernov1994-10-081-1/+3
| | | | Notes: svn path=/head/; revision=3429
* If WANT_MSUN is defined then math.h needs to be installed from thePaul Richards1994-09-301-1/+4
| | | | | | | msun library. Notes: svn path=/head/; revision=3242
* make includes needs to do a beforeinstall in libskeyPaul Traina1994-09-291-1/+2
| | | | Notes: svn path=/head/; revision=3213
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-16/+16
| | | | | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware. Notes: svn path=/head/; revision=3197
* Spell hierarchy correctly :-(.Rodney W. Grimes1994-09-231-5/+5
| | | | Notes: svn path=/head/; revision=3030
* Converted to use release/Makefile hieriarchy:.Rodney W. Grimes1994-09-231-6/+7
| | | | | | | Disabled SUBDIR+= etc until I get done with the conversion. Notes: svn path=/head/; revision=3029
* Need to call on libmd in "includes" target.Poul-Henning Kamp1994-09-191-1/+2
| | | | Notes: svn path=/head/; revision=2883
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andGarrett Wollman1994-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. Notes: svn path=/head/; revision=2834
* Enable call to beforeinstall for libg++ and add one for libreadline.Rodney W. Grimes1994-09-121-3/+3
| | | | Notes: svn path=/head/; revision=2685
* Changes required for bringing in eBones (kerberosIV - des + des ;-))Geoff Rehmet1994-09-091-3/+23
| | | | | | | | | - check for directory "eBones" - add checks for define "NOEBONES" - get includes and libraries targets set up. Notes: svn path=/head/; revision=2626
* Taken update rule out of world target so it doesn't try and sup andPaul Richards1994-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 Notes: svn path=/head/; revision=2468
* Removed an echo about directories not being enabled.Paul Richards1994-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: Notes: svn path=/head/; revision=2303
* Added an update target. It does nothing by default but youPaul Richards1994-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: Notes: svn path=/head/; revision=2302
* Added libkern to list of libraries to build.Paul Richards1994-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 Notes: svn path=/head/; revision=2279
* Removed all refernces to *26 directories.Paul Richards1994-08-251-4/+4
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2273
* - turn NOCRYPT offGeoff Rehmet1994-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 Notes: svn path=/head/; revision=2160
* Whoops, nuke libobjc until we have it too.Jordan K. Hubbard1994-08-161-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2079
* cc -> cc26 for now.Jordan K. Hubbard1994-08-141-4/+4
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2069
* Kill an errant libg++ entry.Jordan K. Hubbard1994-08-141-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2068
* This is the first attempt to drag the top level Makefile Rod sent meJordan K. Hubbard1994-08-131-12/+214
| | | | | | | | into 2.0. It will surely need more work. Submitted by: jkh Notes: svn path=/head/; revision=2061
* Remove kerberosIV until it works or is replace with eBones.. It'sJordan K. Hubbard1994-08-101-1/+1
| | | | | | | | hosing my build worlds.. Submitted by: jkh Notes: svn path=/head/; revision=2007
* Remove `old' directory.Jordan K. Hubbard1994-08-071-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1914
* Whap games too, for now. As people add this stuff back, they canJordan K. Hubbard1994-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 Notes: svn path=/head/; revision=1911
* Remove contrib, add gnu to reflect current state of the tree so that I canJordan K. Hubbard1994-08-071-1/+1
| | | | | | | | at least build obj links from the top. Submitted by: Notes: svn path=/head/; revision=1909
* BSD 4.4 Lite Top Level SourcesRodney W. Grimes1994-05-271-0/+16
Notes: svn path=/vendor/CSRG/dist/; revision=1594