#
# $Id: Makefile,v 1.5.2.1 2005/05/27 16:29:18 thomas Exp $
#
# Makefile to create all CAPI modules
#

SUBDIR=		kcapimgr capidev driver

.if ${MACHINE_ARCH} == "i386"
SUBDIR+=	i4bcapimgr
.endif

.include <bsd.subdir.mk>
