aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/apm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r--usr.sbin/apm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
new file mode 100644
index 000000000000..f6c42194401f
--- /dev/null
+++ b/usr.sbin/apm/Makefile
@@ -0,0 +1,8 @@
+PROG= apm
+MAN= apm.8
+MLINKS= apm.8 apmconf.8
+MANSUBDIR= /${MACHINE_CPUARCH}
+
+PACKAGE=apm
+
+.include <bsd.prog.mk>