diff options
author | kamil <kamil@pkgsrc.org> | 2016-03-28 12:57:27 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-03-28 12:57:27 +0000 |
commit | 07b43af7079e4f13392c3e67d193624bfb69d711 (patch) | |
tree | 3ae72c49c66277950a1b31234dce0dbfe0ddc626 /lang | |
parent | b0f8130a0675f77bbd6644ed8a3b6cae99f8f8a1 (diff) | |
download | pkgsrc-07b43af7079e4f13392c3e67d193624bfb69d711.tar.gz |
+libunwind
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index b856ce33ac5..f8c0c3ed95e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.428 2016/03/13 15:44:23 taca Exp $ +# $NetBSD: Makefile,v 1.429 2016/03/28 12:57:27 kamil Exp $ # COMMENT= Programming languages @@ -112,6 +112,7 @@ SUBDIR+= libLLVM SUBDIR+= libLLVM34 SUBDIR+= librep SUBDIR+= libtcl-nothread +SUBDIR+= libunwind SUBDIR+= likepython SUBDIR+= llvm #SUBDIR+= lua # only contains Makefile fragments |