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 /sbin/hastd | |
parent | e8eb6b5cd648669c59375286dbd6aa180da46115 (diff) | |
download | src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.tar.gz src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.zip |
Notes
Diffstat (limited to 'sbin/hastd')
-rw-r--r-- | sbin/hastd/Makefile.depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/hastd/Makefile.depend b/sbin/hastd/Makefile.depend index 326f871d1106..cfbc40b1270b 100644 --- a/sbin/hastd/Makefile.depend +++ b/sbin/hastd/Makefile.depend @@ -9,12 +9,14 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libexpat \ lib/libgeom \ lib/libsbuf \ lib/libthr \ lib/libutil \ secure/lib/libcrypto \ + usr.bin/lex/lib \ .include <dirdeps.mk> |