diff options
author | rh <rh@pkgsrc.org> | 2000-08-03 17:50:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-03 17:50:51 +0000 |
commit | 5853de86a7f7167139b5356fa556d6d3e050b9e4 (patch) | |
tree | c1d9cc002d46bc6ecd48319ae9d64cd76f5f6a28 /math/Makefile | |
parent | 279764a93dbb21d4eb924f5c997198bbd01c9aeb (diff) | |
download | pkgsrc-5853de86a7f7167139b5356fa556d6d3e050b9e4.tar.gz |
Add and enable yorick.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2b4cdd80505..29468fd7601 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/02/25 01:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/03 17:50:51 rh Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -23,5 +23,6 @@ SUBDIR += xlispstat SUBDIR += xmgr SUBDIR += yacas + SUBDIR += yorick .include "../mk/bsd.pkg.subdir.mk" |