diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-02-09 05:28:50 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-02-09 05:28:50 +0000 |
| commit | 64d608cd9324c27cad30803eff148135bef64eed (patch) | |
| tree | b8e64a369ed1d0d35649f2bd880c5c94159e83d4 /usr.sbin/sysinstall/dist.c | |
| parent | d00d79c12c20f7b3d8e4b61b1b1e46c72bc53cac (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 1d9a27f3370b..f27627171cb6 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -119,6 +119,7 @@ static Distribution SrcDistTable[] = { { "ssys", "/usr/src", &SrcDists, DIST_SRC_SYS, NULL }, { "subin", "/usr/src", &SrcDists, DIST_SRC_UBIN, NULL }, { "susbin", "/usr/src", &SrcDists, DIST_SRC_USBIN, NULL }, +{ "stools", "/usr/src", &SrcDists, DIST_SRC_TOOLS, NULL }, { NULL }, }; |
