Add a libnames entry for libugidfw.

Add a DPADD line for ${LIBUGIDFW} for ugidfw.

Submitted by:	ru
This commit is contained in:
Robert Watson 2002-08-02 13:37:57 +00:00
parent 4e7b46d8e2
commit 4fd65a06f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101224
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
PROG= ugidfw
NOMAN= yes
DPADD= ${LIBUGIDFW}
LDADD= -lugidfw
.include <bsd.prog.mk>