summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
committerbapt <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
commit6fdc031751627af3f5480588e8fd097c3a683ff6 (patch)
tree69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/fsdb
parentb3accf4c8d5ec1d17667ddf40509a48d41bc2d91 (diff)
downloadFreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.zip
FreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.tar.gz
Convert sbin/ to LIBADD
Reduce overlinking
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile
index 21ac09f..e0a9cc3 100644
--- a/sbin/fsdb/Makefile
+++ b/sbin/fsdb/Makefile
@@ -9,8 +9,7 @@ SRCS= fsdb.c fsdbutil.c \
pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c globs.c
CFLAGS+= -I${.CURDIR}/../fsck_ffs
WARNS?= 2
-LDADD= -ledit -ltermcapw
-DPADD= ${LIBEDIT} ${LIBTERMCAPW}
+LIBADD= edit
.PATH: ${.CURDIR}/../fsck_ffs ${.CURDIR}/../../sys/ufs/ffs
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud