diff options
author | murray <murray@FreeBSD.org> | 2001-02-09 19:00:50 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-02-09 19:00:50 +0000 |
commit | 13332bdbc74963ea7e58a010e05551120a244cfa (patch) | |
tree | 8172f35cf4f80f8382835d8b81ef268bef31fc16 /release | |
parent | c4724686ed8611ea4e4abbe1cda790f538c5bc81 (diff) | |
download | FreeBSD-src-13332bdbc74963ea7e58a010e05551120a244cfa.zip FreeBSD-src-13332bdbc74963ea7e58a010e05551120a244cfa.tar.gz |
Add the `compat4x' distribution to the release Makefile.
Approved by: jkh
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index f34b293..377216a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -77,7 +77,7 @@ DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ # Things which without too much trouble can be considered variables # BIN_DISTS are special in that they get full /etc installation sets. # -COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x +COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x OTHER_DISTS?= manpages catpages games proflibs dict info doc CRYPTO_DISTS?= crypto krb4 krb5 BIN_DISTS?= bin |