mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Added UFS library to the bsd.libnames.mk namespace.
This commit is contained in:
parent
3a3f8378a9
commit
77391fde76
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109725
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= tunefs
|
||||
DPADD= -lufs
|
||||
DPADD= ${LIBUFS}
|
||||
LDADD= -lufs
|
||||
MAN= tunefs.8
|
||||
|
||||
|
@ -111,6 +111,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"
|
||||
LIBUFS?= ${DESTDIR}${LIBDIR}/libufs.a
|
||||
LIBUGIDFW?= ${DESTDIR}${LIBDIR}/libugidfw.a
|
||||
LIBUSBHID?= ${DESTDIR}${LIBDIR}/libusbhid.a
|
||||
LIBUTIL?= ${DESTDIR}${LIBDIR}/libutil.a
|
||||
|
Loading…
Reference in New Issue
Block a user