diff options
author | tron <tron> | 1999-04-08 20:08:16 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-08 20:08:16 +0000 |
commit | 996b33b910665862853a9a00e283f9c4634ae5fe (patch) | |
tree | 81d89b426459ca06e22308f38363be0a4d558d9e /misc | |
parent | 04297c4c78f08d570e1c327c4e7617318cf1566e (diff) | |
download | pkgsrc-996b33b910665862853a9a00e283f9c4634ae5fe.tar.gz |
Add and enable "pty-redir". Fixes PR pkg/7030.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3ab3a5cbce3..2317a4a4871 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/04/05 00:29:48 tron Exp $ +# $NetBSD: Makefile,v 1.37 1999/04/08 20:08:16 tron Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += astrolog @@ -37,6 +37,7 @@ SUBDIR += p5-Search SUBDIR += plan SUBDIR += py-readline + SUBDIR += pty-redir SUBDIR += qterm SUBDIR += remind SUBDIR += rpm |