diff options
author | frueauf <frueauf> | 1999-02-10 13:01:01 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-02-10 13:01:01 +0000 |
commit | 063ef010d21e2aced773334e81b6c174ac9b10b0 (patch) | |
tree | becbd65187438982fa25a81f958b3ec971ca5631 /math | |
parent | dc2928c98e05b79f308ad350ba74f32357e38c42 (diff) | |
download | pkgsrc-063ef010d21e2aced773334e81b6c174ac9b10b0.tar.gz |
Add and enable xmgr.
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 779c61d9d87..9761247965e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/12/13 00:31:37 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1999/02/10 13:01:01 frueauf Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -39,6 +39,7 @@ # SUBDIR += xgraph SUBDIR += xldlas SUBDIR += xlispstat + SUBDIR += xmgr # SUBDIR += xplot # SUBDIR += xspread |