summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/Makefile
blob: 75ae2cd1c99d0e143bef3a760b1917083317d1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	Makefile for pccardd

PROG=	pccardd
SRCS=	cardd.c file.c util.c readcis.c printcis.c
MAN8=	pccardd.8
MAN5=	pccard.conf.5
DPADD=	${LIBUTIL}
LDADD=	-lutil 
CFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../pccardc

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