diff options
author | agc <agc@pkgsrc.org> | 1999-08-24 14:25:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-24 14:25:36 +0000 |
commit | 49f2e01c20d819870d3ecfc6b88107be98ff53fd (patch) | |
tree | c8a437596493a639e6cade137d9fc4eb47aa1474 /math | |
parent | 0f4749a9e06205f8482cf70f80fdff722899d23e (diff) | |
download | pkgsrc-49f2e01c20d819870d3ecfc6b88107be98ff53fd.tar.gz |
Add and enable cassowary
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 e6b2960521b..c491b07fff4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/08/11 15:58:05 hwr Exp $ +# $NetBSD: Makefile,v 1.16 1999/08/24 14:25:36 agc Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -9,6 +9,7 @@ # SUBDIR += blas # SUBDIR += calc # SUBDIR += calctool + SUBDIR += cassowary # SUBDIR += eispack # SUBDIR += femlab # SUBDIR += fftpack |