Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / apmd / Makefile
1 # $FreeBSD: src/usr.sbin/apmd/Makefile,v 1.2.2.2 2001/04/25 12:09:18 ru Exp $
2 # $DragonFly: src/usr.sbin/apmd/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
3
4 PROG=   apmd
5 SRCS=   apmd.c apmdlex.l apmdparse.y y.tab.h
6
7 DPADD=  ${LIBL}
8 LDADD=  -ll
9
10 MAN=    apmd.8
11
12 YFLAGS+=-v
13 CFLAGS+=-I. -I${.CURDIR} -Wall #-DYY_STACK_USED
14 # for debug:
15 #CFLAGS+= -g -DDEBUG
16
17 CLEANFILES= y.output
18
19 test:
20         ./apmd -d -f etc/apmd.conf -n
21
22 .include <bsd.prog.mk>