1#	pccardc Makefile
2#
3
4PROG=	dumpcis
5MAN=	dumpcis.8
6SRCS=	main.c readcis.c printcis.c
7
8.include <bsd.prog.mk>
9