]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/apmd/Makefile
Import Intel Processor Trace decoder library from
[FreeBSD/FreeBSD.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 PACKAGE=apm
9
10 WARNS?= 3
11
12 LIBADD= l
13
14 CFLAGS+= -I${.CURDIR}
15
16 test:
17         ./apmd -d -f etc/apmd.conf -n
18
19 .include <bsd.prog.mk>