diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-07-15 07:39:28 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-07-15 07:39:28 +0000 |
commit | 91f5df38c9a40edd9fd218ef8356018fc601495e (patch) | |
tree | eb1ed775d2b403a79bd0df7c79505457393ade2d /usr.sbin/ntp | |
parent | ab152d0263b3679232d0fa1c9befbf4b86214948 (diff) | |
download | src-test2-91f5df38c9a40edd9fd218ef8356018fc601495e.tar.gz src-test2-91f5df38c9a40edd9fd218ef8356018fc601495e.zip |
Notes
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 274ec39e2e2d..7f81ec390954 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -10,7 +10,7 @@ NTPDEFS= -DSYS_FREEBSD # -DMX4200 -DNMEA -DBOEDER CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${CLOCKDEFS} -.if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH) +.if ${MK_OPENSSL} != "no" CFLAGS+= -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY .endif |