diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-02 13:37:57 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-02 13:37:57 +0000 |
| commit | 4fd65a06f95c199b031e83f2011f631c3d431066 (patch) | |
| tree | de063490927d015c5b9de4f1e1b9274a1fce494c /share | |
| parent | 4e7b46d8e2d0b55aa108a63872a830b2ba16f77b (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.libnames.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index 9e1ba2471f97..8946d4424147 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 |
