Add ${DPADD}, $Id$

This commit is contained in:
Peter Wemm 1996-09-02 23:40:08 +00:00
parent 96169cfebd
commit 2ea2367052
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18003

View File

@ -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>