diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
commit | 7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d (patch) | |
tree | c7c6432bea7a4d89ef9b8fc3cd74ebbe223187dc /usr.bin/ftp | |
parent | e8eb6b5cd648669c59375286dbd6aa180da46115 (diff) | |
download | src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.tar.gz src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.zip |
Notes
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/Makefile.depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ftp/Makefile.depend b/usr.bin/ftp/Makefile.depend index 1c19f2449ac1..ff175d71ad8f 100644 --- a/usr.bin/ftp/Makefile.depend +++ b/usr.bin/ftp/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libedit \ lib/libutil \ lib/ncurses/ncurses \ |