diff options
author | dmcmahill <dmcmahill> | 2000-02-20 14:41:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-20 14:41:45 +0000 |
commit | 945fe98b983d01a8b7803d04de6b8167c615ef2a (patch) | |
tree | 1f18e15d67715dcded2c569a36002ee4d84beacd /math | |
parent | 0ddc4a534504026f0fa2d48cef0f2c57bf623f6e (diff) | |
download | pkgsrc-945fe98b983d01a8b7803d04de6b8167c615ef2a.tar.gz |
add and enable yacas
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 0782beea184..3e5f37b5b7a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/02/08 12:06:26 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2000/02/20 14:41:45 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -49,5 +49,6 @@ SUBDIR += xmgr # SUBDIR += xplot # SUBDIR += xspread + SUBDIR += yacas .include "../mk/bsd.pkg.subdir.mk" |