svn commit: r188651 - head/sys

Warner Losh imp at FreeBSD.org
Sun Feb 15 10:19:25 PST 2009


Author: imp
Date: Sun Feb 15 18:19:24 2009
New Revision: 188651
URL: http://svn.freebsd.org/changeset/base/188651

Log:
  Removal pccard directory requires removing it from the list of things
  that get installed too.  <blush>
  
  Submitted by:	Olivier Smedts (identical patches to what I came up
  		with before checking email)

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Sun Feb 15 17:56:16 2009	(r188650)
+++ head/sys/Makefile	Sun Feb 15 18:19:24 2009	(r188651)
@@ -12,7 +12,7 @@ CSCOPEDIRS=	boot bsm cam cddl compat con
 		geom gnu isa kern libkern modules net net80211 netatalk \
 		netgraph netinet netinet6 netipsec netipx netnatm netncp \
 		netsmb nfs nfs4client nfsclient nfsserver nlm opencrypto \
-		pccard pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
+		pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
 .if defined(ALL_ARCH)
 CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
 .else


More information about the svn-src-all mailing list