]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/apmd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / apmd / Makefile
1 # $FreeBSD$
2
3 PROG=   apmd
4 MAN=    apmd.8
5 MANSUBDIR= /i386
6 SRCS=   apmd.c apmdlex.l apmdparse.y y.tab.h
7
8 WARNS?= 3
9
10 DPADD=  ${LIBL}
11 LDADD=  -ll
12
13 CFLAGS+= -I${.CURDIR}
14
15 test:
16         ./apmd -d -f etc/apmd.conf -n
17
18 .include <bsd.prog.mk>