summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/Makefile
blob: be1b3b433de8d19c83bfd2b9b1fb2ba203a88e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#	pccardc Makefile
#
#	$FreeBSD$
#
PROG=	pccardc
NOMAN=	noman
SRCS=	dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c \
	rdmap.c rdreg.c readcis.c wrattr.c wrreg.c

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

.include <bsd.prog.mk>
.PATH:	${.CURDIR}/../pccardd
OpenPOWER on IntegriCloud