diff options
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 1cdcb929571..c1178231a5a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2003/04/30 00:04:25 jtb Exp $ +# $NetBSD: Makefile,v 1.102 2003/06/05 11:53:28 markd Exp $ # COMMENT= Mathematics @@ -17,6 +17,7 @@ SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack SUBDIR+= eispack +SUBDIR+= ess SUBDIR+= eukleides SUBDIR+= euler SUBDIR+= fftpack |