From d711dde910c86304a876fd4edeba37490a07e29d Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 16 Apr 1995 01:40:24 +0000 Subject: Do what the previous log message claimed to do and don't enable DES if the user doesn't have the secure sources. --- usr.sbin/xntpd/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/xntpd') diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index b7b754b..bb225ee 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -7,6 +7,6 @@ CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \ CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS} BINDIR?= /usr/sbin -.if !defined(NOCRYPT) +.if !defined(NOCRYPT) && exists(${.CURDIR}/../../secure/usr.sbin/xntpd/lib) AUTHDEFS+= -DDES .endif -- cgit v1.1