diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
| commit | 34b33809b72a545cddfc512b09fed786f3e5b685 (patch) | |
| tree | fd051d63a6cb6beb1d8b5e4cf627a3b579cc3a7f /usr.bin/vi | |
| parent | 4fd0d10e0fe684211328bc148edf89a792425b39 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/Makefile.depend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile.depend b/usr.bin/vi/Makefile.depend index dd43fad9b357b..9d7543f3525fd 100644 --- a/usr.bin/vi/Makefile.depend +++ b/usr.bin/vi/Makefile.depend @@ -5,11 +5,12 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ gnu/lib/libgcc \ include \ + include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ - lib/ncurses/ncurses \ + lib/libutil \ lib/ncurses/ncursesw \ |
