diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-26 23:05:05 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-26 23:05:05 +0000 |
commit | 9617b9de5edeffe143444588eaded5f7c53f9f74 (patch) | |
tree | f1da3d5aeac1b99374e46f38cfa1665abc51638e /math/Makefile | |
parent | 8f86379ecff9040719e26f5af99eee84dac278ab (diff) | |
download | pkgsrc-9617b9de5edeffe143444588eaded5f7c53f9f74.tar.gz |
Add and enable "mcsim". Fixes PR pkg/11380 by Jason Beegan.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 12e0eaa67e5..f3c899fe8ac 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/11/26 17:55:19 jtb Exp $ +# $NetBSD: Makefile,v 1.28 2000/11/26 23:05:05 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -15,6 +15,7 @@ SUBDIR += grpn SUBDIR += gsl SUBDIR += libffm + SUBDIR += mcsim SUBDIR += octave SUBDIR += otter SUBDIR += pspp |