summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-15 18:19:24 +0000
committerimp <imp@FreeBSD.org>2009-02-15 18:19:24 +0000
commitce445f7854d90cd498afb876e68d470546f544b6 (patch)
treea4ce90c6b9393fc30d747d4f6521eb4a7889cc34 /sys/Makefile
parentccf6b196ae656bd92a7a2b15dc2d54f5d43aace9 (diff)
downloadFreeBSD-src-ce445f7854d90cd498afb876e68d470546f544b6.zip
FreeBSD-src-ce445f7854d90cd498afb876e68d470546f544b6.tar.gz
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)
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index ff80b10..f41da81 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -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
OpenPOWER on IntegriCloud