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