Switch gpioctl(8) to LIBADD.

This commit is contained in:
Rui Paulo 2014-12-03 03:05:15 +00:00
parent e8b00d3d65
commit 2a1136620d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275436
2 changed files with 2 additions and 2 deletions

View file

@ -84,6 +84,7 @@ _LIBRARIES= \
figpar \
geom \
gnuregex \
gpio \
gssapi \
gssapi_krb5 \
hdb \

View file

@ -5,7 +5,6 @@ MAN= gpioctl.8
CFLAGS+= -I${.CURDIR}/../../lib/libgpio
DPADD+= ${LIBGPIO}
LDADD+= -lgpio
LIBADD= gpio
.include <bsd.prog.mk>