Added gdb/gas/ld to GNU makefiles

Changed the default install directory to be /usr/bin, instead of the
non-standard /usr/gnu/bin.  Until we fix the rest of the tree, it
breaks things.
This commit is contained in:
Nate Williams 1993-06-29 09:54:26 +00:00
parent 682642fa09
commit dde0fa550b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
BINDIR?= /usr/gnu/bin
LIBDIR?= /usr/gnu/lib
BINDIR?= /usr/bin
LIBDIR?= /usr/lib