diff options
-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 fa253a7..96bb0f5 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.22 1995/02/12 09:51:53 jkh Exp $ +# $Id: Makefile,v 1.23 1995/03/13 19:14:05 phk Exp $ # Disabled until it compiles: gdb SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 \ - grep ngroff gzip ld man mkisofs patch perl ptx rcs sdiff send-pr \ + grep groff gzip ld man mkisofs patch perl ptx rcs sdiff send-pr \ sort tar texinfo yppush .include <bsd.subdir.mk> |