summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-02-02 06:44:02 +0000
committerjkh <jkh@FreeBSD.org>1996-02-02 06:44:02 +0000
commit64d13f8d9c21f962cd83fe8c57055c9bcf1add65 (patch)
tree4926207dae62129ec90044fc31c19f26d4d168f5 /release/sysinstall/dist.h
parente09588cb82c19f7918ba68e1161fa051cd3089d5 (diff)
downloadFreeBSD-src-64d13f8d9c21f962cd83fe8c57055c9bcf1add65.zip
FreeBSD-src-64d13f8d9c21f962cd83fe8c57055c9bcf1add65.tar.gz
Understand about the doc distribution.
Diffstat (limited to 'release/sysinstall/dist.h')
-rw-r--r--release/sysinstall/dist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h
index b923d87..06fa723 100644
--- a/release/sysinstall/dist.h
+++ b/release/sysinstall/dist.h
@@ -8,7 +8,7 @@
#define DIST_PROFLIBS 0x0008
#define DIST_DICT 0x0010
#define DIST_SRC 0x0020
-#define DIST_HELP 0x0040 /* Not yet used; reserved */
+#define DIST_DOC 0x0040
#define DIST_INFO 0x0080
#define DIST_COMPAT1X 0x0100
#define DIST_COMPAT20 0x0200
@@ -20,10 +20,10 @@
/* Canned distribution sets */
#define _DIST_DEVELOPER \
- (DIST_BIN | DIST_MANPAGES | DIST_DICT | DIST_PROFLIBS | DIST_INFO | DIST_SRC)
+ (DIST_BIN | DIST_DOC | DIST_MANPAGES | DIST_DICT | DIST_PROFLIBS | DIST_INFO | DIST_SRC)
#define _DIST_USER \
- (DIST_BIN | DIST_MANPAGES | DIST_DICT | DIST_COMPAT1X | DIST_COMPAT20)
+ (DIST_BIN | DIST_DOC | DIST_MANPAGES | DIST_DICT | DIST_COMPAT1X | DIST_COMPAT20)
/* Subtypes for DES distribution */
#define DIST_DES_DES 0x0001
OpenPOWER on IntegriCloud