Add missing ../ to secure path, close PR 615

Submitted by: gordon@sheaky.lonestar.org
This commit is contained in:
Andrey A. Chernov 1995-07-15 00:09:30 +00:00
parent 03f32f4020
commit dfb8a7e1eb

View File

@ -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