diff options
author | gonzo <gonzo@FreeBSD.org> | 2010-09-28 03:28:20 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2010-09-28 03:28:20 +0000 |
commit | 6c4ac4482207f8afffda41cb953fe268933b701f (patch) | |
tree | f3c60535625b1bcce696f5d22357c3c2709a9ded /usr.sbin/Makefile | |
parent | 0502deed69f7916c288032a87977fa5d7d5ecc35 (diff) | |
download | FreeBSD-src-6c4ac4482207f8afffda41cb953fe268933b701f.zip FreeBSD-src-6c4ac4482207f8afffda41cb953fe268933b701f.tar.gz |
Add gpioctl(8). Utility for configuring/accessing GPIO pins
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index eabe867..68805a2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -27,6 +27,7 @@ SUBDIR= adduser \ fwcontrol \ getfmac \ getpmac \ + gpioctl \ gstat \ i2c \ ifmcstat \ |