mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
BUILD: add netbsd TARGET
For now it's the same as openbsd.
This commit is contained in:
parent
e6c3941668
commit
b5714dab9d
9
Makefile
9
Makefile
@ -99,7 +99,7 @@ DOCDIR = $(PREFIX)/doc/haproxy
|
|||||||
# Use TARGET=<target_name> to optimize for a specifc target OS among the
|
# Use TARGET=<target_name> to optimize for a specifc target OS among the
|
||||||
# following list (use the default "generic" if uncertain) :
|
# following list (use the default "generic" if uncertain) :
|
||||||
# generic, linux22, linux24, linux24e, linux26, solaris,
|
# generic, linux22, linux24, linux24e, linux26, solaris,
|
||||||
# freebsd, openbsd, cygwin, custom, aix51, aix52
|
# freebsd, openbsd, netbsd, cygwin, custom, aix51, aix52
|
||||||
TARGET =
|
TARGET =
|
||||||
|
|
||||||
#### TARGET CPU
|
#### TARGET CPU
|
||||||
@ -309,6 +309,12 @@ ifeq ($(TARGET),openbsd)
|
|||||||
USE_KQUEUE = implicit
|
USE_KQUEUE = implicit
|
||||||
USE_TPROXY = implicit
|
USE_TPROXY = implicit
|
||||||
else
|
else
|
||||||
|
ifeq ($(TARGET),netbsd)
|
||||||
|
# This is for NetBSD
|
||||||
|
USE_POLL = implicit
|
||||||
|
USE_KQUEUE = implicit
|
||||||
|
USE_TPROXY = implicit
|
||||||
|
else
|
||||||
ifeq ($(TARGET),aix51)
|
ifeq ($(TARGET),aix51)
|
||||||
# This is for AIX 5.1
|
# This is for AIX 5.1
|
||||||
USE_POLL = implicit
|
USE_POLL = implicit
|
||||||
@ -332,6 +338,7 @@ ifeq ($(TARGET),cygwin)
|
|||||||
endif # cygwin
|
endif # cygwin
|
||||||
endif # aix52
|
endif # aix52
|
||||||
endif # aix51
|
endif # aix51
|
||||||
|
endif # netbsd
|
||||||
endif # openbsd
|
endif # openbsd
|
||||||
endif # osx
|
endif # osx
|
||||||
endif # freebsd
|
endif # freebsd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user