Add missing ../ to secure path, close PR 615
Submitted by: gordon@sheaky.lonestar.org
This commit is contained in:
parent
03f32f4020
commit
dfb8a7e1eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user