Index: head/usr.sbin/ntp/config.h =================================================================== --- head/usr.sbin/ntp/config.h +++ head/usr.sbin/ntp/config.h @@ -1782,3 +1782,8 @@ # endif #endif /* !defined(_KERNEL) && !defined(PARSESTREAM) */ +/* + * FreeBSD specific: Explicitly specify date/time for reproducible build. + */ +#define MKREPRO_DATE "Jul 04 2015" +#define MKREPRO_TIME "15:42:16"