diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-21 06:45:01 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-21 06:45:01 +0000 |
commit | a13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a (patch) | |
tree | 602c690ca315476acaa176c1e54267405b818ac0 /release/miscfuncs.sh | |
parent | 894a717f36f91a64d5cdcc2769377eae8bfbb85d (diff) | |
download | FreeBSD-src-a13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a.zip FreeBSD-src-a13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a.tar.gz |
Add XFree86 distribution to list of possibles.
Diffstat (limited to 'release/miscfuncs.sh')
-rw-r--r-- | release/miscfuncs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/miscfuncs.sh b/release/miscfuncs.sh index 704bf05..a343f0b 100644 --- a/release/miscfuncs.sh +++ b/release/miscfuncs.sh @@ -10,7 +10,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: miscfuncs.sh,v 1.6 1994/11/20 14:49:48 jkh Exp $ +# $Id: miscfuncs.sh,v 1.7 1994/11/21 04:35:24 jkh Exp $ if [ "$_MISCFUNCS_SH_LOADED_" = "yes" ]; then return 0 @@ -37,6 +37,7 @@ DICTSIZE="2MB" SRCSIZE="120MB" SECRSIZE="4MB" COMPATSIZE="3MB" +X11SIZE="50MB" interrupt() { |