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

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>
.PATH:	${.CURDIR}/../pccardc
OpenPOWER on IntegriCloud