diff options
author | ache <ache@FreeBSD.org> | 1995-01-11 06:56:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-11 06:56:12 +0000 |
commit | fd4a9ed5dfb75b12e708f6a70212ea7b679ccbe6 (patch) | |
tree | 4d971991f66c56d22f53191e5348ca351db99ad7 | |
parent | d9895781cad4191a44d3eabfa6a1fdfacbec4165 (diff) | |
download | FreeBSD-src-fd4a9ed5dfb75b12e708f6a70212ea7b679ccbe6.zip FreeBSD-src-fd4a9ed5dfb75b12e708f6a70212ea7b679ccbe6.tar.gz |
awk/doc added
-rw-r--r-- | gnu/usr.bin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index a0e2bbf..7f612b9 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.12 1994/11/07 08:22:17 davidg Exp $ +# $Id: Makefile,v 1.13 1995/01/10 20:04:35 ache Exp $ -SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 gdb grep groff gzip kgdb ld \ - man patch perl ptx rcs sdiff send-pr send-pr/doc sort tar texinfo +SUBDIR= as awk awk/doc bc cc cpio cvs dc dialog diff diff3 gdb grep groff \ + gzip kgdb ld man patch perl ptx rcs sdiff send-pr send-pr/doc \ + sort tar texinfo .include <bsd.subdir.mk> |