summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-07-15 00:09:30 +0000
committerache <ache@FreeBSD.org>1995-07-15 00:09:30 +0000
commit48583361562189522d51ae158ea59c1ccd232266 (patch)
treed98af2780256e665dd9782b1b1037ea9f0e1230a /usr.sbin/xntpd
parent05260b48fe0d66f4a1cbdbc25392b188d1401e0f (diff)
downloadFreeBSD-src-48583361562189522d51ae158ea59c1ccd232266.zip
FreeBSD-src-48583361562189522d51ae158ea59c1ccd232266.tar.gz
Add missing ../ to secure path, close PR 615
Submitted by: gordon@sheaky.lonestar.org
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
index ce551ea..68eebc0 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) && exists(${.CURDIR}/../../secure/usr.sbin/xntpd/lib)
+.if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib)
AUTHDEFS+= -DDES
.endif
OpenPOWER on IntegriCloud