From 123865431054b203ae0ac43866c6669f9c658f84 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 2 Sep 1996 23:40:08 +0000 Subject: Add ${DPADD}, $Id$ --- sbin/fsdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/fsdb') 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 -- cgit v1.1