]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/dumpcis/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / dumpcis / Makefile
1 #       pccardc Makefile
2 #
3 # $FreeBSD$
4
5 PROG=   dumpcis
6 MAN=    dumpcis.8
7 SRCS=   main.c readcis.c printcis.c
8
9 .include <bsd.prog.mk>