summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd/Makefile')
-rw-r--r--usr.sbin/apmd/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile
new file mode 100644
index 0000000..9a0dc0d
--- /dev/null
+++ b/usr.sbin/apmd/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PROG= apmd
+MAN= apmd.8
+MANSUBDIR= /i386
+SRCS= apmd.c apmdlex.l apmdparse.y y.tab.h
+
+WARNS?= 3
+
+DPADD= ${LIBL}
+LDADD= -ll
+
+CFLAGS+= -I${.CURDIR}
+
+test:
+ ./apmd -d -f etc/apmd.conf -n
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud