summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
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 /sbin/tunefs
parent1a8e59f0baaf40c0de081f1e28c0df314bea69d4 (diff)
downloadFreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.zip
FreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.tar.gz
Added UFS library to the bsd.libnames.mk namespace.
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/Makefile2
1 files changed, 1 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
OpenPOWER on IntegriCloud