diff options
author | pho <pho@pkgsrc.org> | 2020-01-19 07:52:21 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-19 07:52:21 +0000 |
commit | e0976ee0885e946daa0e47986d7ad2a01e78756f (patch) | |
tree | 929b6d5452e34c9ca3d58b621b40f286cbe73de5 /misc/Makefile | |
parent | 6c0b1c4e22b4998236b9536646bbac07434048a1 (diff) | |
download | pkgsrc-e0976ee0885e946daa0e47986d7ad2a01e78756f.tar.gz |
Add cabal-install
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2d3016432d8..c97d8b7edc1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.533 2020/01/16 14:11:03 nia Exp $ +# $NetBSD: Makefile,v 1.534 2020/01/19 07:52:21 pho Exp $ # COMMENT= Miscellaneous utilities @@ -28,6 +28,7 @@ SUBDIR+= bsdiff SUBDIR+= bsdstats SUBDIR+= buffer SUBDIR+= byobu +SUBDIR+= cabal-install SUBDIR+= calibre SUBDIR+= celestia SUBDIR+= chipmunk |