diff options
author | frueauf <frueauf> | 1998-12-05 12:36:18 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-05 12:36:18 +0000 |
commit | 22c29a3393fbdec32a25c01790a89c4612ec8983 (patch) | |
tree | 7950c5e142b9bb7f31c02d0f9c7aa55f65cc1d3d /math | |
parent | 3ce7b6bc63fe996343cabc5da3c72ee917e5ae8e (diff) | |
download | pkgsrc-22c29a3393fbdec32a25c01790a89c4612ec8983.tar.gz |
Add and enable abs.
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 d1d2fece0fb..0e76273fe78 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 1998/12/04 11:36:29 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/12/05 12:36:18 frueauf Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # SUBDIR += R + SUBDIR += abs # SUBDIR += apc # SUBDIR += blas # SUBDIR += calc |