/usr/src/openswan-2.6.38/packaging/defaults/darwin is in openswan-modules-dkms 1:2.6.38-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | CC=gcc
PORTINCLUDE+=-I${OPENSWANSRCDIR}/ports/darwin/include -I/opt/local/include
USERLINK=-L/usr/local/lib -L/opt/local/lib
USE_LIBNSS=false
USE_MAST=false
USE_KLIPS=false
USE_NETKEY=false
USE_WIN2K=false
BUILD_KLIPS=false
USE_LWRES=false
# no longer needed now the bison/yacc options got updated
USE_YACC=false
USE_BSDKAME=true
# This should really be fixed, only a few debug/logging functions are used
USE_PFKEYv2=true
# build modules, etc. for KLIPS.
BUILD_KLIPS=false
ISCARCH=unix
ISCHOSTARCH=unix
#not sure where this is supposed to come from, but the linux port has AR here
RANLIB=ranlib
|