diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-29 21:57:35 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-29 21:57:35 +0000 |
commit | da63d8f279c336450909ad579074f82b4422612b (patch) | |
tree | b5b207dcf527ab77e0d30c155f90bcee31377085 /contrib/bc | |
parent | 073523892d50784591b29f768c47090dc8e27c43 (diff) |
Notes
Diffstat (limited to 'contrib/bc')
-rw-r--r-- | contrib/bc/FREEBSD-upgrade | 10 | ||||
-rw-r--r-- | contrib/bc/README.FreeBSD | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/contrib/bc/FREEBSD-upgrade b/contrib/bc/FREEBSD-upgrade new file mode 100644 index 0000000000000..eaa1fae83893f --- /dev/null +++ b/contrib/bc/FREEBSD-upgrade @@ -0,0 +1,10 @@ +bc 1.0.4 + originals can be found at: ftp://prep.ai.mit.edu/pub/gnu/ + removed no subdirectories + andreas@FreeBSD.ORG + + Imported with the commands: + + tar xvzf bc-1.0.4.tar.gz + cd bc-1.0.4 + cvs import src/contrib/bc BC bc1_0_4 diff --git a/contrib/bc/README.FreeBSD b/contrib/bc/README.FreeBSD new file mode 100644 index 0000000000000..eaa1fae83893f --- /dev/null +++ b/contrib/bc/README.FreeBSD @@ -0,0 +1,10 @@ +bc 1.0.4 + originals can be found at: ftp://prep.ai.mit.edu/pub/gnu/ + removed no subdirectories + andreas@FreeBSD.ORG + + Imported with the commands: + + tar xvzf bc-1.0.4.tar.gz + cd bc-1.0.4 + cvs import src/contrib/bc BC bc1_0_4 |