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

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

PROG=	pccardd
MAN=	pccard.conf.5 pccardd.8
SRCS=	pccardd.c cardd.c file.c util.c readcis.c printcis.c server.c

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

DPADD=	${LIBUTIL}
LDADD=	-lutil 

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