diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 74ddb5b89f17..5fa4d665c23b 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