diff options
Diffstat (limited to 'usr.bin/nsupdate/Makefile.depend')
-rw-r--r-- | usr.bin/nsupdate/Makefile.depend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/nsupdate/Makefile.depend b/usr.bin/nsupdate/Makefile.depend index 3740d82..82922d8 100644 --- a/usr.bin/nsupdate/Makefile.depend +++ b/usr.bin/nsupdate/Makefile.depend @@ -4,6 +4,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ gnu/lib/libgcc \ + gnu/lib/libreadline/readline \ include \ include/arpa \ include/xlocale \ @@ -16,7 +17,9 @@ DIRDEPS = \ lib/bind/lwres \ lib/libc \ lib/libcompiler_rt \ + lib/libedit \ lib/libthr \ + lib/ncurses/ncurses \ secure/lib/libcrypto \ |