diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2014-12-03 03:05:15 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2014-12-03 03:05:15 +0000 |
commit | 2a1136620ddf406feb426af14fc010c81a9d7731 (patch) | |
tree | ed2c917621b2bf90d1b827701022fbb733aa880a /usr.sbin/gpioctl | |
parent | e8b00d3d65d26f6525c42450dc85607c5c7badf6 (diff) | |
download | src-test2-2a1136620ddf406feb426af14fc010c81a9d7731.tar.gz src-test2-2a1136620ddf406feb426af14fc010c81a9d7731.zip |
Notes
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r-- | usr.sbin/gpioctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile index d4804e90951b..c0a907b0f551 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> |