summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-08-10 14:48:27 +0000
committerjsg <jsg@openbsd.org>2009-08-10 14:48:27 +0000
commit579ee714284d22629618449bd6e2800837228d87 (patch)
tree806a5058fac58a0b8385fd11e01734d60c6774c8 /usr.sbin/gpioctl
parentgpio for amd64. (diff)
downloadwireguard-openbsd-579ee714284d22629618449bd6e2800837228d87.tar.xz
wireguard-openbsd-579ee714284d22629618449bd6e2800837228d87.zip
build on amd64 also
ok deraadt@
Diffstat (limited to 'usr.sbin/gpioctl')
-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 83725795dc6..0abd9e66fcd 100644
--- a/usr.sbin/gpioctl/Makefile
+++ b/usr.sbin/gpioctl/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 2006/11/29 22:15:33 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2009/08/10 14:48:27 jsg Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "macppc"
+.if ${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "amd64"
PROG= gpioctl
SRCS= gpioctl.c
@@ -17,6 +17,6 @@ NOPROG= yes
.endif
MAN= gpioctl.8
-MANSUBDIR=i386 macppc
+MANSUBDIR=i386 macppc amd64
.include <bsd.prog.mk>