summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-01-23 08:15:05 +0000
committerru <ru@FreeBSD.org>2003-01-23 08:15:05 +0000
commit1488b3638f4759c8321643a43d9d0dec49f95654 (patch)
treed6f9aa5c44ccda6c800ec3516890f6547713ff82
parent1a8e59f0baaf40c0de081f1e28c0df314bea69d4 (diff)
downloadFreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.zip
FreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.tar.gz
Added UFS library to the bsd.libnames.mk namespace.
-rw-r--r--sbin/tunefs/Makefile2
-rw-r--r--share/mk/bsd.libnames.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile
index a7fe647..d501d10 100644
--- a/sbin/tunefs/Makefile
+++ b/sbin/tunefs/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= tunefs
-DPADD= -lufs
+DPADD= ${LIBUFS}
LDADD= -lufs
MAN= tunefs.8
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 8e6d126..d8fd84f 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -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
OpenPOWER on IntegriCloud