svn commit: r272019 - head/sys

Rui Paulo rpaulo at FreeBSD.org
Tue Sep 23 06:32:20 UTC 2014


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


More information about the svn-src-head mailing list