OpenBSD support

This commit is contained in:
Andrew Pamment
2018-01-19 17:13:06 +10:00
parent 6dbd32b7bc
commit 522343e0f8
10 changed files with 183 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ endif
ifeq ($(OS), SunOS)
MAKEFILE=Makefile.sunos
endif
ifeq ($(OS), OpenBSD)
MAKEFILE=Makefile.openbsd
endif
all: magicka
.PHONY: magicka www clean cleanwww