summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-12-03 03:05:15 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-12-03 03:05:15 +0000
commit5f6f4d17d53285967ade20593f4447e055aa8615 (patch)
treeed2c917621b2bf90d1b827701022fbb733aa880a /usr.sbin
parent3820d1cbef92ef99a0d598a7b16a282f9aff3975 (diff)
downloadFreeBSD-src-5f6f4d17d53285967ade20593f4447e055aa8615.zip
FreeBSD-src-5f6f4d17d53285967ade20593f4447e055aa8615.tar.gz
Switch gpioctl(8) to LIBADD.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/gpioctl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile
index d4804e9..c0a907b 100644
--- a/usr.sbin/gpioctl/Makefile
+++ b/usr.sbin/gpioctl/Makefile
@@ -5,7 +5,6 @@ MAN= gpioctl.8
CFLAGS+= -I${.CURDIR}/../../lib/libgpio
-DPADD+= ${LIBGPIO}
-LDADD+= -lgpio
+LIBADD= gpio
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud