# $Id: Makefile,v 1.1.1.1.8.2 1998/09/04 21:20:53 shiba 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 .PATH: ${.CURDIR}/../pccardc