diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-29 22:15:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-29 22:15:34 +0000 |
commit | f18d2ef6f1708a94da8f46ff8ab35ba8ad691ef8 (patch) | |
tree | 6ca15df58497f698ac363c279e2dd24a108bfe76 /usr.sbin/gpioctl | |
parent | 35d959ab485486a746804f662715653e576118b6 (diff) |
for macppc too; from ghz@darkdata.org
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r-- | usr.sbin/gpioctl/Makefile | 4 |
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> |