diff options
author | pho <pho@pkgsrc.org> | 2022-02-24 01:24:17 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-24 01:24:17 +0000 |
commit | 11d7936d4adf04c6a8f9d492723ecaf724e73062 (patch) | |
tree | 10d09019c36ce49238cdf698c12c1a89b60215f9 /devel | |
parent | a01afcda292a68fca6ec9e891fbb1f4971e04f0d (diff) | |
download | pkgsrc-11d7936d4adf04c6a8f9d492723ecaf724e73062.tar.gz |
devel/Makefile: + hs-th-env
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 93387d7663c..f36805a0d61 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3693 2022/02/24 01:23:38 pho Exp $ +# $NetBSD: Makefile,v 1.3694 2022/02/24 01:24:17 pho Exp $ # COMMENT= Development utilities @@ -681,6 +681,7 @@ SUBDIR+= hs-terminal-size SUBDIR+= hs-tf-random SUBDIR+= hs-th-abstraction SUBDIR+= hs-th-compat +SUBDIR+= hs-th-env SUBDIR+= hs-th-lift SUBDIR+= hs-th-lift-instances SUBDIR+= hs-these |