diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-03 19:14:18 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-03 19:14:18 +0000 |
commit | 8900be75bbae4e85014a3ff9708e278356e91598 (patch) | |
tree | 3a954dca9e891d840198ece73e68c20b445caf47 /usr.sbin | |
parent | 8f6044f76d552ae6611ae890f08afbadc2511a15 (diff) |
Add gpioctl.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 23102d139ad..b76bb8623bc 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.111 2004/05/30 20:43:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.112 2004/06/03 19:14:17 grange Exp $ .include <bsd.own.mk> @@ -18,7 +18,7 @@ SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6 # Arch dependent tools, with manpages SUBDIR+=bad144 apm apmd fdformat memconfig -SUBDIR+=eeprom grfinfo hilinfo +SUBDIR+=eeprom gpioctl grfinfo hilinfo hotplugd SUBDIR+=wsconscfg wsfontload # Extended Attribute tools |