diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf index 6ad0e74e0..6096af5d5 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -41,6 +41,14 @@ case "$NGX_PLATFORM" in ' ;; + NetBSD:*) + CORE_INCS="$UNIX_INCS" + CORE_DEPS="$UNIX_DEPS $POSIX_DEPS" + CORE_SRCS="$UNIX_SRCS" + + NGX_RPATH=YES + ;; + HP-UX:*) # HP/UX have=NGX_HPUX . auto/have_headers |
