summaryrefslogtreecommitdiff
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-07-15 07:39:28 +0000
committerWarner Losh <imp@FreeBSD.org>2019-07-15 07:39:28 +0000
commit91f5df38c9a40edd9fd218ef8356018fc601495e (patch)
treeeb1ed775d2b403a79bd0df7c79505457393ade2d /usr.sbin/ntp
parentab152d0263b3679232d0fa1c9befbf4b86214948 (diff)
downloadsrc-test2-91f5df38c9a40edd9fd218ef8356018fc601495e.tar.gz
src-test2-91f5df38c9a40edd9fd218ef8356018fc601495e.zip
Notes
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/Makefile.inc2
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