diff options
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 47b7bb0f0999..ec017b037244 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Date created: 20 November 1994 # Whom: pst # -# $Id: Makefile,v 1.11 1996/10/30 09:46:01 peter Exp $ +# $Id: Makefile,v 1.12 1996/11/12 02:18:08 obrien Exp $ # DISTNAME= expect-5.21 @@ -18,6 +18,10 @@ HAS_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \ --with-tclinclude=/usr/include/tcl +MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ + expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ + tknewsbiff.1 unbuffer.1 xkibitz.1 +MAN3= libexpect.3 test: @(cd ${WRKSRC}; make test) |