#
#	pccardc Makefile
#
#	$Id: Makefile,v 1.7.2.2 1999/05/04 01:46:56 kuriyama Exp $
#
PROG=	pccardc
SRCS=	beep.c dumpcis.c enabler.c pccardc.c pccardmem.c power.c printcis.c \
	rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c
MAN8=	pccardc.8

CFLAGS+=	-I${.CURDIR}/../pccardd
CLEANFILES=	.depend

.include <bsd.prog.mk>
.PATH:	${.CURDIR}/../pccardd
