#
#	pccardc Makefile
#
#	$Id: Makefile,v 1.2 1996/04/09 23:31:51 nate Exp $
#
PROG=	pccardc
NOMAN=	noman
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 

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

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