diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-10-16 02:25:54 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-10-16 02:25:54 +0000 |
| commit | db0f7eef4995dc41bda0ad0c5ae76dbe9e4fbd9d (patch) | |
| tree | 043d673aeaf097fef23bdd04605ea228a3924174 | |
| parent | c83e0fb6db25be726ccfdfbe56c5a3bf7bdf2175 (diff) | |
Notes
| -rw-r--r-- | sbin/sysinstall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile index b2731ca4f913..098910ffcab6 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 <bsd.prog.mk> |
