From c83e0fb6db25be726ccfdfbe56c5a3bf7bdf2175 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sun, 16 Oct 1994 00:04:42 +0000 Subject: [PATCH] Add some missing libraries to LDADD --- sbin/sysinstall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile index 42fdad8d5360..b2731ca4f913 100644 --- a/sbin/sysinstall/Makefile +++ b/sbin/sysinstall/Makefile @@ -8,6 +8,6 @@ NOMAN= yet SRCS = sysinstall.c dkcksum.c CFLAGS += -Wall -LDADD = -ldialog +LDADD = -ldialog -lncurses -lmytinfo .include