comparison auto/os/freebsd @ 283:8f65fee68270

nginx-0.0.2-2004-03-10-20:55:19 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 10 Mar 2004 17:55:19 +0000
parents d4e65d74db9f
children 8f48e6366d09
comparison
equal deleted inserted replaced
282:30310107dbc9 283:8f65fee68270
1 1
2 CORE_INCS="$UNIX_INCS" 2 CORE_INCS="$UNIX_INCS"
3 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS" 3 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
4 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS" 4 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
5
6 CFLAGS="$CFLAGS -pipe"
5 7
6 8
7 # __FreeBSD_version is the best way to determine whether 9 # __FreeBSD_version is the best way to determine whether
8 # some capability exists and is safe to use 10 # some capability exists and is safe to use
9 11