summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-10 09:22:37 +0000
committerjkh <jkh@FreeBSD.org>1996-10-10 09:22:37 +0000
commit2bb87dfc538571deb30a9d61a45ec8368c53dad8 (patch)
tree31ff5f0486b07cc5ddea970ecb03a65a14ad10b0 /release/sysinstall/dist.c
parenta5e0f0331bae5c7ae2f66bda4fc264dcad4aea9d (diff)
downloadFreeBSD-src-2bb87dfc538571deb30a9d61a45ec8368c53dad8.zip
FreeBSD-src-2bb87dfc538571deb30a9d61a45ec8368c53dad8.tar.gz
Ahem. It might be nice if I included /usr/src/contrib in with the other
src dists. This alone is a good reason to re-roll the SNAP before putting it on CD.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 1880492..3ec4f9d 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.71 1996/10/03 06:01:33 jkh Exp $
+ * $Id: dist.c,v 1.72 1996/10/06 14:45:54 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -91,6 +91,7 @@ static Distribution DESDistTable[] = {
/* The /usr/src distribution */
static Distribution SrcDistTable[] = {
{ "sbase", "/usr/src", &SrcDists, DIST_SRC_BASE, NULL },
+{ "scontrib", "/usr/src", &SrcDists, DIST_SRC_CONTRIB, NULL },
{ "sgnu", "/usr/src", &SrcDists, DIST_SRC_GNU, NULL },
{ "setc", "/usr/src", &SrcDists, DIST_SRC_ETC, NULL },
{ "sgames", "/usr/src", &SrcDists, DIST_SRC_GAMES, NULL },
OpenPOWER on IntegriCloud