Removed gcc1 from top level make file, moving gcc1 to ports, gcc is becoming

the system default compiler.  The move of gcc1 in the cvs repository will
be done specially to retain all history.  You will only see a commit
message for it's removal, the addition of it to ports will be done, you
just won't see the commit.
This commit is contained in:
Rodney W. Grimes 1993-08-20 01:24:09 +00:00
parent 7aed710168
commit 382e228bdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
SUBDIR= bc cpio cvs dc diff diff3 gas gawk gcc1 gcc2 gdb grep groff gzip \
SUBDIR= bc cpio cvs dc diff diff3 gas gawk gcc2 gdb grep groff gzip \
ld libregex man patch pr rcs sdiff sort tar uucp
.include <bsd.subdir.mk>