From 8d3ca86950edb1c2038df2ab8f68250b6579cf10 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 11 Apr 2002 18:14:18 +0000 Subject: [PATCH] Add a DPADD for the libraries we use. --- distrib/utils/sysinst/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/utils/sysinst/Makefile.inc b/distrib/utils/sysinst/Makefile.inc index 69891bbf47e0..f60c681d4f41 100644 --- a/distrib/utils/sysinst/Makefile.inc +++ b/distrib/utils/sysinst/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.13 2002/03/06 22:36:58 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.14 2002/04/11 18:14:18 mycroft Exp $ # # Makefile for install @@ -7,6 +7,7 @@ NOMAN= # defined .include # for mk.conf +DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL} LDADD= -lcurses -ltermcap -lutil LDSTATIC?= -static