summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-11-29 22:15:33 +0000
committerderaadt <deraadt@openbsd.org>2006-11-29 22:15:33 +0000
commit82002f84f67b6faff8891c0496830d8a09db1452 (patch)
treec5e9afcf2e02e9bd050cd2510f5bbc278f1dbaff /usr.sbin/gpioctl/Makefile
parenttrim usage(); ok millert deraadt (diff)
downloadwireguard-openbsd-82002f84f67b6faff8891c0496830d8a09db1452.tar.xz
wireguard-openbsd-82002f84f67b6faff8891c0496830d8a09db1452.zip
for macppc too; from ghz@darkdata.org
Diffstat (limited to 'usr.sbin/gpioctl/Makefile')
-rw-r--r--usr.sbin/gpioctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile
index a2d8315afc2..83725795dc6 100644
--- a/usr.sbin/gpioctl/Makefile
+++ b/usr.sbin/gpioctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2006/07/25 09:44:49 henning Exp $
+# $OpenBSD: Makefile,v 1.4 2006/11/29 22:15:33 deraadt Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "macppc"
@@ -17,6 +17,6 @@ NOPROG= yes
.endif
MAN= gpioctl.8
-MANSUBDIR=i386
+MANSUBDIR=i386 macppc
.include <bsd.prog.mk>