mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add missing ../ to secure path, close PR 615
Submitted by: gordon@sheaky.lonestar.org
This commit is contained in:
parent
03f32f4020
commit
dfb8a7e1eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9526
@ -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