diff options
author | peter <peter@FreeBSD.org> | 1996-10-04 08:45:34 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-10-04 08:45:34 +0000 |
commit | 2108e418757d8fc75b51279e43909c49226ad789 (patch) | |
tree | b251ce7a18e9622569eafd7a2ce4c3e2cb421507 /gnu | |
parent | 0aaab405e6b48a47ac13ce9be6b57e28c7af8f1b (diff) | |
download | FreeBSD-src-2108e418757d8fc75b51279e43909c49226ad789.zip FreeBSD-src-2108e418757d8fc75b51279e43909c49226ad789.tar.gz |
Add genclass to the subdir list
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 6dea6f1..f5eb3a7 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.31 1996/08/08 02:21:06 jkh Exp $ +# $Id: Makefile,v 1.32 1996/09/10 14:04:37 peter Exp $ -SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb gperf \ +SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \ grep groff gzip ld man patch perl ptx rcs sdiff send-pr \ sort tar texinfo |