aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove Bison from the build. This is a prelude to possibly removing itDavid E. O'Brien2000-01-161-1/+1
| | | | | | | from 4.0-R. Notes: svn path=/head/; revision=56076
* reactivate cvs subdir buildPeter Wemm1999-12-111-1/+1
| | | | Notes: svn path=/head/; revision=54446
* Turn off cvs for a moment pending import of a newer version..Peter Wemm1999-12-111-1/+1
| | | | Notes: svn path=/head/; revision=54426
* Add a hook for disabling cvs and collect a few similar options together.Peter Wemm1999-09-151-1/+5
| | | | | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper) Notes: svn path=/head/; revision=51299
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Disable building gdb in preparation for importing gdb-4.18Doug Rabson1999-05-021-2/+2
| | | | Notes: svn path=/head/; revision=46282
* Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.David E. O'Brien1999-04-051-2/+2
| | | | Notes: svn path=/head/; revision=45338
* Remove the NOPERL block to building Perl5.Mark Murray1998-09-091-4/+1
| | | | | | | | Perl 5 will rebuild/bootstrap itself next time a make world is done with this in effect. Notes: svn path=/head/; revision=39027
* Set NOPERL while I spend the rest of the day bringing in Perl5.Mark Murray1998-09-091-1/+4
| | | | | | | | This will doubtless confuse someone, but I'd rather have this than breakage. Notes: svn path=/head/; revision=38974
* ELF preparation step 1:Søren Schmidt1998-05-251-8/+3
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* perl now works on alpha.John Birrell1998-05-121-2/+2
| | | | | | | This just leaves gdb to be configured for alpha. Notes: svn path=/head/; revision=35989
* awk and groff (et al) now work on alpha as the result of libraryJohn Birrell1998-05-121-4/+4
| | | | | | | fixes. Notes: svn path=/head/; revision=35983
* Add binutils if BINFORMAT is elf. This is needed for alpha, and itJohn Birrell1998-03-131-2/+6
| | | | | | | works on i386, but is still disabled until you set BINFORMAT. Notes: svn path=/head/; revision=34553
* Correct spammage from MACHINE_ARCH commit - you don't want toJordan K. Hubbard1998-02-201-3/+3
| | | | | | | | | *replace* the SUBDIR list in that case, you want to augment it. Also move a stray .endif to its proper location. Heh, no wonder my release builds were falling over! ;) Notes: svn path=/head/; revision=33689
* No binutils yet 8-(, and a few programs that need porting to alpha.John Birrell1998-02-191-3/+7
| | | | | | | Make them i386 specific for now. Notes: svn path=/head/; revision=33619
* Don't descend into the perl directory if it isn't there (eg: cvsupPeter Wemm1997-04-121-2/+6
| | | | | | | refuse file), or if NOPERL is defined (eg: in /etc/make.conf) Notes: svn path=/head/; revision=24835
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add genclass to the subdir listPeter Wemm1996-10-041-2/+2
| | | | Notes: svn path=/head/; revision=18673
* add bison, gperfPeter Wemm1996-09-101-2/+2
| | | | Notes: svn path=/head/; revision=18219
* Remove mkisofs from MakefileJordan K. Hubbard1996-08-081-2/+2
| | | | Notes: svn path=/head/; revision=17471
* Remove yppush; it's about to be replaced.Bill Paul1996-01-121-2/+2
| | | | Notes: svn path=/head/; revision=13392
* Re-connect cvs to gnu/usr.bin/Makefile..Peter Wemm1995-12-181-2/+2
| | | | | | | | | (Note that you need to have either done a 'make world' or explicitly run a 'make distrib-dirs' (in src/etc) to get some needed directories in /usr/share/examples/cvs to be built.) Notes: svn path=/head/; revision=12916
* Disconnect 'cvs' from SUBDIRS in preperation for import of new version..Peter Wemm1995-12-101-2/+2
| | | | Notes: svn path=/head/; revision=12747
* Re-enabled cvs now that Rod is satisfied that it will work correctly.Nate Williams1995-04-111-2/+2
| | | | Notes: svn path=/head/; revision=7756
* Temporarily disable building CVS to avoid anyone hosing up their CVSNate Williams1995-03-311-4/+2
| | | | | | | | | tree until a bit more testing is done. Submitted by: rgrimes@gndrsh.aac.dev.com "Rod Grimes" Notes: svn path=/head/; revision=7520
* Added gdb back in since it can no compile with the ld change.Nate Williams1995-03-221-2/+2
| | | | Notes: svn path=/head/; revision=7249
* rename ngroff to groffPaul Traina1995-03-181-2/+2
| | | | Notes: svn path=/head/; revision=7121
* Disabled gdb until it compiles. I need make world to work...Poul-Henning Kamp1995-03-131-2/+4
| | | | Notes: svn path=/head/; revision=7051
* Add mkisofs to list of targets.Jordan K. Hubbard1995-02-121-2/+2
| | | | Notes: svn path=/head/; revision=6329
* Added SUNDIR entry for yppushBill Paul1995-01-311-2/+2
| | | | Notes: svn path=/head/; revision=6075
* Don't build kgdb. It should go away soon.Bruce Evans1995-01-191-2/+2
| | | | Notes: svn path=/head/; revision=5712
* Build ngroff instead of groff nowAndrey A. Chernov1995-01-171-2/+2
| | | | Notes: svn path=/head/; revision=5688
* Remove */docAndrey A. Chernov1995-01-161-4/+4
| | | | Notes: svn path=/head/; revision=5659
* dc/doc addedAndrey A. Chernov1995-01-121-3/+3
| | | | Notes: svn path=/head/; revision=5529
* as/doc addedAndrey A. Chernov1995-01-121-4/+4
| | | | Notes: svn path=/head/; revision=5527
* ptx/doc addedAndrey A. Chernov1995-01-121-2/+2
| | | | Notes: svn path=/head/; revision=5524
* awk/doc addedAndrey A. Chernov1995-01-111-3/+4
| | | | Notes: svn path=/head/; revision=5506
* send-pr/doc addedAndrey A. Chernov1995-01-101-2/+2
| | | | Notes: svn path=/head/; revision=5477
* Enabled build/install of kgdb.David Greenman1994-11-071-2/+2
| | | | Notes: svn path=/head/; revision=4230
* Add perl.Bruce Evans1994-10-251-2/+2
| | | | Notes: svn path=/head/; revision=3856
* Dialog addedAndrey A. Chernov1994-10-081-2/+2
| | | | Notes: svn path=/head/; revision=3432
* Add texinfo to the list of SUBDIR targets.Jordan K. Hubbard1994-09-151-2/+2
| | | | Notes: svn path=/head/; revision=2791
* Enabled send-prPaul Richards1994-09-091-2/+2
| | | | Notes: svn path=/head/; revision=2623
* Changed cc26 to ccPaul Richards1994-08-241-2/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2267
* Nuke GNU pr.Jordan K. Hubbard1994-08-101-2/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1993
* Remove kgdb for now until we figure out what our gdb strategy is goingJordan K. Hubbard1994-08-091-2/+2
| | | | | | | | to be (having two sucks, and this one doesn't even work for 2.0 now!). Submitted by: jkh Notes: svn path=/head/; revision=1978
* cc -> cc26 (until Poul-Henning decides how he wants this to look).Jordan K. Hubbard1994-08-071-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1913
* Added kgdb subdir.Paul Richards1994-06-101-2/+2
| | | | Notes: svn path=/head/; revision=1702
* added ptxAndrew Moore1994-05-061-2/+2
| | | | Notes: svn path=/head/; revision=1460