summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0669b09..a3863d0 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -27,7 +27,6 @@ SUBDIR= adduser \
fwcontrol \
getfmac \
getpmac \
- gpioctl \
gstat \
i2c \
ifmcstat \
@@ -160,6 +159,10 @@ SUBDIR+= freebsd-update
SUBDIR+= gssd
.endif
+.if ${MK_GPIO} != "no"
+SUBDIR+= gpioctl
+.endif
+
.if ${MK_INET6} != "no"
SUBDIR+= faithd
SUBDIR+= ip6addrctl
OpenPOWER on IntegriCloud