summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-02 23:40:08 +0000
committerpeter <peter@FreeBSD.org>1996-09-02 23:40:08 +0000
commit123865431054b203ae0ac43866c6669f9c658f84 (patch)
tree34ddeeab333d5d3a63a53d177d94a28147054a27 /sbin/fsdb
parente6c0bad1511f4bf9feb45ad4de2a4598350e3f9b (diff)
downloadFreeBSD-src-123865431054b203ae0ac43866c6669f9c658f84.zip
FreeBSD-src-123865431054b203ae0ac43866c6669f9c658f84.tar.gz
Add ${DPADD}, $Id$
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile
index 74ddb5b..5fa4d66 100644
--- a/sbin/fsdb/Makefile
+++ b/sbin/fsdb/Makefile
@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:36 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
PROG= fsdb
MAN8= fsdb.8
@@ -8,6 +9,7 @@ SRCS= fsdb.c fsdbutil.c \
pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
CFLAGS+= -I${.CURDIR}/../fsck
LDADD+= -ledit -ltermcap
+DPADD+= ${LIBEDIT} ${LIBTERMCAP}
.PATH: ${.CURDIR}/../fsck ${.CURDIR}/../../sys/ufs/ffs
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud