diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 03:42:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 03:42:13 +0000 |
commit | e6e7074b3348fb5952673d57b5189278fe835a3b (patch) | |
tree | 6d18894f69dca268ceae4505c046886cec25cc18 /usr.sbin | |
parent | ef1cf34d27352e174a112322e8f324b42e62a042 (diff) |
gpioctl can work on macppc too
Diffstat (limited to 'usr.sbin')
-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 2f260c9d775..434287f53dc 100644 --- a/usr.sbin/gpioctl/Makefile +++ b/usr.sbin/gpioctl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2004/06/03 19:13:24 grange Exp $ +# $OpenBSD: Makefile,v 1.2 2005/11/16 03:42:12 deraadt Exp $ -.if ${MACHINE} == "i386" +.if ${MACHINE} == "i386" || ${MACHINE} == "macppc" PROG= gpioctl SRCS= gpioctl.c |