From 509c6f05b2ae770b9bee253621fad7be442fac1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 22 Dec 2015 21:39:13 +0000 Subject: Added BSD makefile to compile tests that are compilable --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index df2d1f5..0026d32 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ Default configuration is linux configuration ofc */ -#if defined(BSD) +#if defined(OS_NETBSD) #include "config/config_bsd.h" #else #include "config/config_linux.h" -- cgit v1.2.3