summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.libnames.mk1
-rw-r--r--usr.sbin/ugidfw/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 9e1ba24..8946d44 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -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
diff --git a/usr.sbin/ugidfw/Makefile b/usr.sbin/ugidfw/Makefile
index 34dcc2b..e9eddff 100644
--- a/usr.sbin/ugidfw/Makefile
+++ b/usr.sbin/ugidfw/Makefile
@@ -2,6 +2,7 @@
PROG= ugidfw
NOMAN= yes
+DPADD= ${LIBUGIDFW}
LDADD= -lugidfw
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud