diff options
-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 |