From 2180deee00350fff613a1d1d1328eddc4c0ba9c8 Mon Sep 17 00:00:00 2001
From: imp <imp@FreeBSD.org>
Date: Tue, 21 Jan 2003 08:42:27 +0000
Subject: [PATCH] pccardd and pccardc are for i386 and pc98 only.  Don't build
 them on other architectures.

Pointed out by: peter
---
 usr.sbin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 93c02fa3eac6..d69e554103c0 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -63,7 +63,6 @@ SUBDIR=	IPXrouted \
 	ngctl \
 	ntp \
 	nghook \
-	pccard \
 	pciconf \
 	periodic \
 	pkg_install \
@@ -174,6 +173,7 @@ SUBDIR+=acpi \
 	kgzip \
 	lptcontrol \
 	mptable \
+	pccard \
 	pcvt \
 	pnpinfo \
 	sgsc \