mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
Switch gpioctl(8) to LIBADD.
This commit is contained in:
parent
e8b00d3d65
commit
2a1136620d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275436
@ -84,6 +84,7 @@ _LIBRARIES= \
|
||||
figpar \
|
||||
geom \
|
||||
gnuregex \
|
||||
gpio \
|
||||
gssapi \
|
||||
gssapi_krb5 \
|
||||
hdb \
|
||||
|
@ -5,7 +5,6 @@ MAN= gpioctl.8
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../lib/libgpio
|
||||
|
||||
DPADD+= ${LIBGPIO}
|
||||
LDADD+= -lgpio
|
||||
LIBADD= gpio
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user