diff options
author | roberto <roberto@FreeBSD.org> | 1999-12-22 09:36:41 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-12-22 09:36:41 +0000 |
commit | 6b3a2b7335eda9ff3e384c4c741aef6408a129a3 (patch) | |
tree | bb19f5dfd1d68e7f1f2f09604acdcb7726fab2c8 /usr.sbin | |
parent | 25d6dbdb064bb7adf2c1cd2fe60c1659aa11a0e8 (diff) | |
download | FreeBSD-src-6b3a2b7335eda9ff3e384c4c741aef6408a129a3.zip FreeBSD-src-6b3a2b7335eda9ff3e384c4c741aef6408a129a3.tar.gz |
Don't compile mktime, it is already present elsewhere.
Submitted by: bde
Diffstat (limited to 'usr.sbin')
-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 b112966..15c46d7 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 \ |