aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
commitd37df47d3104331743c4d05ebba3f996f5a2308a (patch)
tree5a94c4ef976cf82b4cbfdbeb1c0fb7f04c05c3bf /usr.sbin/ntp
parent1e10d9c1359334889320f3d40ce985e1491e2f91 (diff)
Notes
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc
index bd9b34ea9ead..4b931a878bc9 100644
--- a/usr.sbin/ntp/Makefile.inc
+++ b/usr.sbin/ntp/Makefile.inc
@@ -10,7 +10,6 @@ CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${CLOCKDEFS}
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
CFLAGS+= -DOPENSSL
-DISTRIBUTION= crypto
.endif
.if exists(${.OBJDIR}/../libparse)