diff options
author | jkh <jkh@FreeBSD.org> | 1996-10-10 09:22:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-10-10 09:22:37 +0000 |
commit | 2bb87dfc538571deb30a9d61a45ec8368c53dad8 (patch) | |
tree | 31ff5f0486b07cc5ddea970ecb03a65a14ad10b0 /usr.sbin/sysinstall/menus.c | |
parent | a5e0f0331bae5c7ae2f66bda4fc264dcad4aea9d (diff) | |
download | FreeBSD-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 'usr.sbin/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 4f66844..2f30502 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.85 1996/09/08 01:39:25 jkh Exp $ + * $Id: menus.c,v 1.86 1996/10/05 11:56:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -731,6 +731,8 @@ you wish to install.", NULL, { { "base", "top-level files in /usr/src [300K]", dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_BASE }, + { "contrib", "/usr/src/contrib (contributed software) [33MB]", + dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_CONTRIB }, { "gnu", "/usr/src/gnu (software from the GNU Project) [42MB]", dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_GNU }, { "etc", "/usr/src/etc (miscellaneous system files) [460K]", |