Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 06:32:20 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272019 - head/sys
Message-ID:  <201409230632.s8N6WKU7087655@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Tue Sep 23 06:32:19 2014
New Revision: 272019
URL: http://svnweb.freebsd.org/changeset/base/272019

Log:
  Remove "pci" from CSCOPEDIRS.

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Tue Sep 23 06:31:46 2014	(r272018)
+++ head/sys/Makefile	Tue Sep 23 06:32:19 2014	(r272019)
@@ -5,7 +5,7 @@ CSCOPEDIRS=	boot bsm cam cddl compat con
 		geom gnu isa kern libkern modules net net80211 \
 		netgraph netinet netinet6 netipsec netnatm netpfil \
 		netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
-		pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
+		rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
 .if !defined(CSCOPE_ARCHDIR)
 .if defined(ALL_ARCH)
 CSCOPE_ARCHDIR = amd64 arm i386 mips pc98 powerpc sparc64 x86



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409230632.s8N6WKU7087655>