diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-11-15 20:50:41 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-11-15 20:50:41 +0000 |
commit | da21b729e992d5c249d819ffc044b44cf43306a8 (patch) | |
tree | 1945e04558753b6331b789f8310ae86c73c353d2 | |
parent | Expect 5.12 port (diff) |
add expect
Notes
Notes:
svn path=/head/; revision=384
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 27c2ba3c3f80..03b69ea7474c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.6 1994/10/22 23:07:12 jkh Exp $ +# $Id: Makefile,v 1.7 1994/11/10 01:32:35 jkh Exp $ # -SUBDIR= logo p2c tcl tclX +SUBDIR= expect logo p2c tcl tclX .include <bsd.port.subdir.mk> |