10738c00eSWarner Losh# pccardc Makefile 20738c00eSWarner Losh# 30738c00eSWarner Losh# $FreeBSD$ 40738c00eSWarner Losh 50738c00eSWarner LoshPROG= dumpcis 60738c00eSWarner LoshMAN= dumpcis.8 70738c00eSWarner LoshSRCS= main.c dumpcis.c dumpcisfile.c readcis.c printcis.c 80738c00eSWarner Losh 90738c00eSWarner Losh.include <bsd.prog.mk> 10