diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 1999-12-22 09:36:41 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 1999-12-22 09:36:41 +0000 |
commit | 12d687966c6d458001f032dc241ee1a0a141e992 (patch) | |
tree | 23fbe0b716e2f72142ae4d7979a27f1a1cdac9da /usr.sbin/ntp/libntp | |
parent | 00a7524fda6bc499a57c4890521393fef191d975 (diff) | |
download | src-test-12d687966c6d458001f032dc241ee1a0a141e992.tar.gz src-test-12d687966c6d458001f032dc241ee1a0a141e992.zip |
Notes
Diffstat (limited to 'usr.sbin/ntp/libntp')
-rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index b112966136a62..15c46d7e3f948 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -16,7 +16,7 @@ SRCS= a_md5encrypt.c adjtime.c atoint.c \ hextoint.c hextolfp.c humandate.c ieee754io.c \ inttoa.c iosignal.c lib_strbuf.c \ machines.c md5c.c memmove.c mexit.c \ - mfp_mul.c mfptoa.c mfptoms.c mktime.c \ + mfp_mul.c mfptoa.c mfptoms.c \ modetoa.c mstolfp.c msutotsf.c msyslog.c \ netof.c numtoa.c numtohost.c octtoint.c \ prettydate.c ranny.c recvbuff.c refnumtoa.c \ |