diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-05 12:36:18 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-05 12:36:18 +0000 |
commit | accf8f47fe84bfd2432e688c0d6f27375627895f (patch) | |
tree | 7950c5e142b9bb7f31c02d0f9c7aa55f65cc1d3d /math | |
parent | 523a4506b01152b8eb89d86cdd1ad86e0b68fd78 (diff) | |
download | pkgsrc-accf8f47fe84bfd2432e688c0d6f27375627895f.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 |