mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Add a libnames entry for libugidfw.
Add a DPADD line for ${LIBUGIDFW} for ugidfw. Submitted by: ru
This commit is contained in:
parent
4e7b46d8e2
commit
4fd65a06f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101224
@ -110,6 +110,7 @@ LIBTACPLUS?= ${DESTDIR}${LIBDIR}/libtacplus.a
|
||||
LIBTERMCAP?= ${DESTDIR}${LIBDIR}/libtermcap.a
|
||||
LIBTERMLIB?= "don't use LIBTERMLIB, use LIBTERMCAP"
|
||||
LIBTINFO?= "don't use LIBTINFO, use LIBNCURSES"
|
||||
LIBUGIDFW?= ${DESTDIR}${LIBDIR}/libugidfw.a
|
||||
LIBUTIL?= ${DESTDIR}${LIBDIR}/libutil.a
|
||||
LIBUSBHID?= ${DESTDIR}${LIBDIR}/libusbhid.a
|
||||
LIBVGL?= ${DESTDIR}${LIBDIR}/libvgl.a
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= ugidfw
|
||||
NOMAN= yes
|
||||
DPADD= ${LIBUGIDFW}
|
||||
LDADD= -lugidfw
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user