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)
This commit is contained in:
Warner Losh 2009-02-15 18:19:24 +00:00
parent c3661cd0e7
commit d49107c795
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188651

View File

@ -12,7 +12,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
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