From 0a57eb32ad108eb6193c615d36442e464a75111e Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 14 Jan 2017 12:55:32 +0000 Subject: [PATCH] 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 --- lib/libc/tests/hash/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libc/tests/hash/Makefile b/lib/libc/tests/hash/Makefile index 2dc2073fc7e..7811d455cdc 100644 --- a/lib/libc/tests/hash/Makefile +++ b/lib/libc/tests/hash/Makefile @@ -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"