#	Makefile for pccardd

PROG=	pccardd
SRCS=	pccardd.c cardd.c file.c util.c readcis.c printcis.c server.c
MAN8=	pccardd.8
MAN5=	pccard.conf.5
DPADD=	${LIBUTIL}
LDADD=	-lutil 
# if you want to AT&T GIS WaveLAN or Digital RoamAbout/DS, uncomment this line.
#OPTIONS=	-DWAVELAN
CFLAGS=	${OPTIONS} -I${.CURDIR} -I${.CURDIR}/../pccardc -I${.CURDIR}/../../../../sys -DSERVER
.PATH:	${.CURDIR}/../pccardc

.include <bsd.prog.mk>
