]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/pccard/dumpcis/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / pccard / dumpcis / Makefile
1 #       pccardc Makefile
2 #
3 # $FreeBSD$
4
5 .PATH: ${.CURDIR}/../pccardd ${.CURDIR}/../pccardc
6
7 PROG=   dumpcis
8 MAN=    dumpcis.8
9 SRCS=   main.c dumpcis.c dumpcisfile.c readcis.c printcis.c
10
11 CFLAGS+= -I${.CURDIR}/../pccardd -I${.CURDIR}/../pccardc
12
13 .include <bsd.prog.mk>