#
# Makefile to create all CAPI manager and CAPI driver related stuff in their
# respective subdirectories.
#
# $FreeBSD$
# $Id: Makefile,v 1.4.2.1 2005/05/27 16:28:39 thomas Exp $
#

SUBDIR=	avmaic daic ix1a

beforeinstall:
	mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
	    -f ${.CURDIR}/../../etc/mtree/BSD.usr.dist -p ${DESTDIR}/usr

.include <bsd.subdir.mk>

