Remove CFLAGS for sha2_test

The previous code used to grab definitions from these openssl/openssh,
but this is no longer needed and is no longer correct. libnetbsd
provides all of the needed definitions

libnetbsd is added to CFLAGS automatically via netbsd-tests.test.mk --
hence all of CFLAGS can be cleared
This commit is contained in:
Enji Cooper 2017-01-14 12:55:32 +00:00
parent 83e891f222
commit 0a57eb32ad

View file

@ -33,8 +33,6 @@ LIBADD+= md
LIBADD.sha2_test+= crypto
CFLAGS.h_hash+= -I${SRCTOP}/lib/libnetbsd
CFLAGS.sha2_test+= -I${SRCTOP}/crypto/openssh/openbsd-compat
CFLAGS.sha2_test+= -I${SRCTOP}/crypto/openssh
.include "../Makefile.netbsd-tests"