diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:38:28 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:38:28 +0000 |
| commit | 224a52e6d86bcfa8ba0b7d027500a5ac2c5a7ce9 (patch) | |
| tree | a9cea236b3744cc873a29683c7991d12f77a0032 | |
| parent | 1. The distfile changed but without bump version number. (diff) | |
Activate rng.
| -rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 737707e952bf..551d57d7aec3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1998/05/04 17:55:43 mph Exp $ +# $Id: Makefile,v 1.44 1998/06/02 08:11:20 tg Exp $ # SUBDIR += Scilab @@ -26,6 +26,7 @@ SUBDIR += plplot SUBDIR += pygist SUBDIR += r + SUBDIR += rng SUBDIR += siag SUBDIR += simpack SUBDIR += ss |
