diff options
| author | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
| commit | a9b4be204689211fddaab97ddd6df73b8f44d222 (patch) | |
| tree | c763313cbeed3fb4c2eaab81925e4718bb6d5a62 /usr.sbin/ntp/libntp | |
| parent | 6f2862ca3cb65eff13a8f228a0d447ecfc81cc68 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ntp/libntp')
| -rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 8bba5657357e..74babee5d841 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -17,7 +17,9 @@ NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \ emalloc.c findconfig.c getopt.c hextoint.c \ hextolfp.c humandate.c icom.c iosignal.c \ is_ip_address.c \ - lib_strbuf.c machines.c mktime.c modetoa.c \ + lib_strbuf.c \ + libssl_compat.c \ + machines.c mktime.c modetoa.c \ mstolfp.c msyslog.c netof.c ntp_calendar.c \ ntp_crypto_rnd.c ntp_intres.c ntp_libopts.c \ ntp_lineedit.c ntp_random.c ntp_rfc2553.c ntp_worker.c \ |
