summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-02 13:37:57 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-02 13:37:57 +0000
commit087e19f81f8eb2b32400a7352caded81bcf56ebb (patch)
treede063490927d015c5b9de4f1e1b9274a1fce494c
parent59ee93ea1e561bfbc2869176ef6748426230c3bf (diff)
downloadFreeBSD-src-087e19f81f8eb2b32400a7352caded81bcf56ebb.zip
FreeBSD-src-087e19f81f8eb2b32400a7352caded81bcf56ebb.tar.gz
Add a libnames entry for libugidfw.
Add a DPADD line for ${LIBUGIDFW} for ugidfw. Submitted by: ru
-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