diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-20 14:41:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-20 14:41:45 +0000 |
commit | 969648b981b90457714d52cf5ec490f9a566634a (patch) | |
tree | 1f18e15d67715dcded2c569a36002ee4d84beacd /math | |
parent | 890eac84902e99750396f5ed88cda8a11972430d (diff) | |
download | pkgsrc-969648b981b90457714d52cf5ec490f9a566634a.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" |