Support the extraction of /usr/src/tools

Submitted by:	"John W. DeBoskey" <jwd@unx.sas.com>
This commit is contained in:
Jordan K. Hubbard 2000-02-09 05:28:50 +00:00
parent d00d79c12c
commit 64d608cd93
4 changed files with 4 additions and 2 deletions

View File

@ -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 },
};

View File

@ -54,7 +54,7 @@
#define DIST_SRC_INCLUDE 0x00020
#define DIST_SRC_LIB 0x00040
#define DIST_SRC_LIBEXEC 0x00080
/* 0x00100 */
#define DIST_SRC_TOOLS 0x00100
#define DIST_SRC_RELEASE 0x00200
#define DIST_SRC_SBIN 0x00400
#define DIST_SRC_SHARE 0x00800

View File

@ -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 },
};

View File

@ -54,7 +54,7 @@
#define DIST_SRC_INCLUDE 0x00020
#define DIST_SRC_LIB 0x00040
#define DIST_SRC_LIBEXEC 0x00080
/* 0x00100 */
#define DIST_SRC_TOOLS 0x00100
#define DIST_SRC_RELEASE 0x00200
#define DIST_SRC_SBIN 0x00400
#define DIST_SRC_SHARE 0x00800