summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/gpioctl/Makefile')
-rw-r--r--usr.sbin/gpioctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile
index a4f816b3878..26b4e84e72a 100644
--- a/usr.sbin/gpioctl/Makefile
+++ b/usr.sbin/gpioctl/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.9 2020/05/16 16:37:50 martin Exp $
+# $OpenBSD: Makefile,v 1.10 2022/02/18 10:52:32 visa Exp $
.if ${MACHINE} == "amd64" || ${MACHINE} == "arm64" || \
${MACHINE} == "armv7" || ${MACHINE} == "i386" || \
- ${MACHINE} == "macppc"
+ ${MACHINE} == "macppc" || ${MACHINE} == "riscv64"
PROG= gpioctl
SRCS= gpioctl.c
@@ -19,6 +19,6 @@ NOPROG= yes
.endif
MAN= gpioctl.8
-MANSUBDIR=i386 macppc amd64 armv7 arm64
+MANSUBDIR=amd64 arm64 armv7 i386 macppc riscv64
.include <bsd.prog.mk>