# $Id: Makefile,v 1.1.1.1.8.2.2.1 1998/12/27 15:33:33 hosokawa Exp $
#

#	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 
CFLAGS=	-I${.CURDIR} -I${.CURDIR}/../pccardc -DSERVER -DSLOT_ALLOC_IRQ
CLEANFILES=	.depend

# if you want to use AT&T GIS WaveLAN or Digital RoamAbout/DS, uncomment this line.
CFLAGS+=	-DWAVELAN
# if you want to use Hitachi Speech Synthesizer, uncomment this line
CFLAGS+=	-DHSSYNTH
# if you want to use RATOC LAN Card, uncomment this line
CFLAGS+=	-DRATOCLAN

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