From db0f7eef4995dc41bda0ad0c5ae76dbe9e4fbd9d Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sun, 16 Oct 1994 02:25:54 +0000 Subject: [PATCH] Add DPADD for libraries. --- sbin/sysinstall/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile index b2731ca4f91..098910ffcab 100644 --- a/sbin/sysinstall/Makefile +++ b/sbin/sysinstall/Makefile @@ -9,5 +9,6 @@ SRCS = sysinstall.c dkcksum.c CFLAGS += -Wall LDADD = -ldialog -lncurses -lmytinfo +DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} .include