svn commit: r188651 - head/sys

[ Available lists | Index of svn-src-all | Month of Feb 2009 | Week of 15 Feb 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Warner Losh <imp@FreeBSD.org>
Date
15 Feb 2009 18:19:24
Subject
svn commit: r188651 - head/sys
Message-ID
200902151819.n1FIJOB8085303@svn.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.097 seconds