diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-23 21:43:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-23 21:43:47 +0000 |
| commit | b72008f1dd2fa43f1a4165a72055e07c9381eeba (patch) | |
| tree | 3bb0e2dc48c9b8a43b33bb8ed2c8fa25137773f0 /release/Makefile | |
| parent | fca26df055d9de7235aae5db5b44b844939d88ab (diff) | |
Notes
Diffstat (limited to 'release/Makefile')
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index c0b4974b1ffc..cd02a72d2d5c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -78,7 +78,11 @@ 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. # +.if ${MACHINE_ARCH} == "i386" COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x +.else +COMPAT_DISTS?= compat4x +.endif OTHER_DISTS?= manpages catpages games proflibs dict info doc CRYPTO_DISTS?= crypto krb4 krb5 BIN_DISTS?= bin |
