summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-29 05:28:41 +0000
committerjkh <jkh@FreeBSD.org>1996-12-29 05:28:41 +0000
commit9e30bacfe68adadb16f589596d5c635134ac9755 (patch)
tree40e23d5a366be224c7514553f79027725a764465 /release/sysinstall/dist.c
parent4cd5e2e61457bd07a87cc637c61b523334016cb5 (diff)
downloadFreeBSD-src-9e30bacfe68adadb16f589596d5c635134ac9755.zip
FreeBSD-src-9e30bacfe68adadb16f589596d5c635134ac9755.tar.gz
Add a "catpages" distribution for the catman stuff.
Submitted-By: joerg
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 fc802d2..175cb11 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.83 1996/12/12 08:33:36 jkh Exp $
+ * $Id: dist.c,v 1.84 1996/12/14 23:08:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -65,6 +65,7 @@ static Distribution DistTable[] = {
{ "doc", "/", &Dists, DIST_DOC, NULL },
{ "games", "/", &Dists, DIST_GAMES, NULL },
{ "manpages", "/", &Dists, DIST_MANPAGES, NULL },
+{ "catpages", "/", &Dists, DIST_CATPAGES, NULL },
{ "proflibs", "/", &Dists, DIST_PROFLIBS, NULL },
{ "dict", "/", &Dists, DIST_DICT, NULL },
{ "info", "/", &Dists, DIST_INFO, NULL },
OpenPOWER on IntegriCloud