summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/Makefile
blob: d0649a2dc42c5b804f9a8eebcecafa251e22665f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	pccardc Makefile
#
# $FreeBSD$

.PATH: ${.CURDIR}/../pccardd

PROG=	pccardc
MAN=	pccardc.8
SRCS=	beep.c dumpcis.c dumpcisfile.c enabler.c pccardc.c pccardmem.c power.c \
	printcis.c rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c

CFLAGS+= -I${.CURDIR}/../pccardd

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud