Started porting to openbsd, indented some code
This commit is contained in:
parent
3ce863a90a
commit
efa5970da0
2 changed files with 49 additions and 35 deletions
7
Makefile
7
Makefile
|
|
@ -28,6 +28,13 @@ else ifeq ($(PLATFORM), FreeBSD)
|
|||
LIBDIR = lib
|
||||
ETC_DIR = /etc
|
||||
MANDIR = share/man/man1
|
||||
else ifeq ($(PLATFORM), BSD)
|
||||
CFLAGS += -D__OPENBSD__
|
||||
CFLAGS_DEBUG += -D__OPENBSD__
|
||||
PREFIX = bin
|
||||
LIBDIR = lib
|
||||
ETC_DIR = /etc
|
||||
MANDIR = share/man/man1
|
||||
else ifeq ($(PLATFORM), windows32)
|
||||
CC = gcc
|
||||
PREFIX = "C:\Program Files"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue