summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r--usr.sbin/apm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index 88e6d996929..0618a6f1899 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.17 2016/09/03 13:37:46 guenther Exp $
+# $OpenBSD: Makefile,v 1.18 2019/01/23 09:59:15 phessler Exp $
-.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "sparc64")
+.if ((${MACHINE} == "arm64") || (${MACHINE} == "amd64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "loongson") || \
+ (${MACHINE} == "macppc") || (${MACHINE} == "sparc64"))
SRCS= apm.c apmsubr.c
@@ -18,6 +18,6 @@ NOPROG=yes
.endif
MAN= apm.8
-MANSUBDIR=amd64 i386 loongson macppc sparc64
+MANSUBDIR=arm64 amd64 i386 loongson macppc sparc64
.include <bsd.prog.mk>