diff options
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 8c0f88a062d..1be0eb1e2f9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2003/09/15 00:19:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.107 2003/09/30 00:02:24 reed Exp $ # COMMENT= Mathematics @@ -8,6 +8,7 @@ SUBDIR+= abs SUBDIR+= admesh SUBDIR+= algae SUBDIR+= aribas +SUBDIR+= bc SUBDIR+= blas SUBDIR+= blitz++ SUBDIR+= calc |