summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-08-14 13:35:22 +0000
committerkensmith <kensmith@FreeBSD.org>2008-08-14 13:35:22 +0000
commit7596287674be5b9c91876257d7e78f2992cf31c8 (patch)
treeb4cf30f8584b8cdfc77ca3cad3475fa6616b7c11 /usr.sbin/sysinstall/dist.c
parent77e8d2fea0a3f6b240cd6be67265a6980407d6e9 (diff)
downloadFreeBSD-src-7596287674be5b9c91876257d7e78f2992cf31c8.zip
FreeBSD-src-7596287674be5b9c91876257d7e78f2992cf31c8.tar.gz
Catch up with the removal of /usr/src/compat.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 61c7c23..10f8262 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -109,7 +109,6 @@ static Distribution KernelDistTable[] = {
static Distribution SrcDistTable[] = {
DTE_TARBALL("sbase", &SrcDists, SRC_BASE, "/usr/src"),
DTE_TARBALL("scddl", &SrcDists, SRC_CDDL, "/usr/src"),
- DTE_TARBALL("scompat", &SrcDists, SRC_COMPAT, "/usr/src"),
DTE_TARBALL("scontrib", &SrcDists, SRC_CONTRIB, "/usr/src"),
DTE_TARBALL("scrypto", &SrcDists, SRC_SCRYPTO, "/usr/src"),
DTE_TARBALL("sgnu", &SrcDists, SRC_GNU, "/usr/src"),
OpenPOWER on IntegriCloud