diff options
author | nate <nate@FreeBSD.org> | 1993-06-29 09:54:26 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-29 09:54:26 +0000 |
commit | f7bd8bcf61e447f60a164e19893b3038f568e324 (patch) | |
tree | 92616e971c6855abd7b68b9b330a2b233bb30e73 /gnu/Makefile | |
parent | 8ae31b813cb3734d0e974110cb5e6fdf32b6581f (diff) | |
download | FreeBSD-src-f7bd8bcf61e447f60a164e19893b3038f568e324.zip FreeBSD-src-f7bd8bcf61e447f60a164e19893b3038f568e324.tar.gz |
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.
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 3dcddd5..c8a59b4 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -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> |