]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/dumpcis/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 5
9
10 .include <bsd.prog.mk>