From ecf1c317b72edbaec3545a7bd05591cf781cf07d Mon Sep 17 00:00:00 2001 From: aSourceFish <33579456+aSourceFish@users.noreply.github.com> Date: Wed, 15 Nov 2017 05:24:19 +0200 Subject: [PATCH] Make Toxic compile at NetBSD, STAGE 0 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9c55ae6..ac88807 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,9 @@ endif ifeq ($(UNAME_S), OpenBSD) -include $(CFG_DIR)/systems/FreeBSD.mk endif +ifeq ($(UNAME_S), NetBSD) + -include $(CFG_DIR)/systems/FreeBSD.mk +endif ifeq ($(UNAME_S), Darwin) -include $(CFG_DIR)/systems/Darwin.mk endif