# $FreeBSD$ PROG= apmd SRCS= apmd.c apmdlex.l apmdparse.y y.tab.h DPADD= ${LIBL} LDADD= -ll MAN8= apmd.8 YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} -Wall #-DYY_STACK_USED # for debug: #CFLAGS+= -g -DDEBUG CLEANFILES= y.output test: ./apmd -d -f etc/apmd.conf -n .include