diff options
author | nate <nate@FreeBSD.org> | 1995-03-22 19:39:45 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-03-22 19:39:45 +0000 |
commit | 35f792f27c10aa60d00383ec58be9cb9a59ec3fc (patch) | |
tree | 2a459a8f9270eafd00054db193085276eb88de13 /gnu/usr.bin/Makefile | |
parent | f5476ed249dfef61a5253cfdb8b93053d71f1410 (diff) | |
download | FreeBSD-src-35f792f27c10aa60d00383ec58be9cb9a59ec3fc.zip FreeBSD-src-35f792f27c10aa60d00383ec58be9cb9a59ec3fc.tar.gz |
Added gdb back in since it can no compile with the ld change.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 96bb0f5..44cc67e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.23 1995/03/13 19:14:05 phk Exp $ +# $Id: Makefile,v 1.24 1995/03/18 01:23:06 pst Exp $ # Disabled until it compiles: gdb -SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 \ +SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 gdb \ grep groff gzip ld man mkisofs patch perl ptx rcs sdiff send-pr \ sort tar texinfo yppush |