diff options
author | rh <rh> | 1999-08-12 18:02:57 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-12 18:02:57 +0000 |
commit | 01ba1fa461ff2bda24dec6e93b9ab5bb19bdb5cb (patch) | |
tree | d4950c254b4a2480bd3e9888262d70842e073720 | |
parent | 1c666bb80208abccbc11ac6776b5d012726511ee (diff) | |
download | pkgsrc-01ba1fa461ff2bda24dec6e93b9ab5bb19bdb5cb.tar.gz |
Add and enable pth-current.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index bbfe3d31ba4..a4aae8438fe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 1999/08/10 03:02:01 sakamoto Exp $ +# $NetBSD: Makefile,v 1.69 1999/08/12 18:02:57 rh Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -109,6 +109,7 @@ # SUBDIR += pccts SUBDIR += prcs SUBDIR += pth + SUBDIR += pth-current SUBDIR += ptl2 SUBDIR += py-curses SUBDIR += rcs |