ntp: Revert "Disable stack gap for ntpd during build."

This reverts commit af949c590b because
889b56c8cd fixes the underlying problem.

MFC after:	1 month
This commit is contained in:
Cy Schubert 2021-08-16 07:46:31 -07:00
parent 914ec9c78d
commit 733a832fb5

View file

@ -56,7 +56,4 @@ CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR:H}/scripts/mkver ntpd
afterbuild:
${ELFCTL} -e +noaslrstkgap ${PROG}
.include <bsd.prog.mk>