#
#	pccardc Makefile
#
#	$Id: Makefile,v 1.1.1.1 1997/12/11 14:46:03 itojun 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
