diff options
Diffstat (limited to 'gnu')
-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 a7ba3a8..d6c24a6 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.7 1994/08/24 21:17:33 paul Exp $ +# $Id: Makefile,v 1.8 1994/09/09 19:48:23 paul Exp $ SUBDIR= as awk bc cc cpio cvs dc diff diff3 gdb grep groff gzip ld \ - man patch ptx rcs sdiff send-pr sort tar + man patch ptx rcs sdiff send-pr sort tar texinfo .include <bsd.subdir.mk> |