diff options
author | frueauf <frueauf> | 1999-06-08 14:38:27 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-06-08 14:38:27 +0000 |
commit | 0739c04b31f8a6988a997673ba06a0abb3cdc872 (patch) | |
tree | 218a81602aff8548a42e29d962c54682a9750b28 /math | |
parent | 2aaa61e6b0eecdaf7cf435aca3d48b9c5f0a0db7 (diff) | |
download | pkgsrc-0739c04b31f8a6988a997673ba06a0abb3cdc872.tar.gz |
Add and enable grpn.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9761247965e..c3595847c5d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/02/10 13:01:01 frueauf Exp $ +# $NetBSD: Makefile,v 1.12 1999/06/08 14:38:27 frueauf Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -16,6 +16,7 @@ # SUBDIR += freefem # SUBDIR += fudgit # SUBDIR += gnuplot + SUBDIR += grpn # SUBDIR += hexcalc # SUBDIR += lapack # SUBDIR += libranlib |