]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/apmd/Makefile
This commit was generated by cvs2svn to compensate for changes in r81682,
[FreeBSD/FreeBSD.git] / usr.sbin / apmd / Makefile
1 # $FreeBSD$
2
3 PROG=   apmd
4 MAN=    apmd.8
5 SRCS=   apmd.c apmdlex.l apmdparse.y y.tab.h
6
7 DPADD=  ${LIBL}
8 LDADD=  -ll
9
10 YFLAGS+=-v
11 CFLAGS+=-I. -I${.CURDIR} #-DYY_STACK_USED
12 # for debug:
13 #CFLAGS+= -g -DDEBUG
14
15 CLEANFILES= y.output
16
17 test:
18         ./apmd -d -f etc/apmd.conf -n
19
20 .include <bsd.prog.mk>