Move CFLAGS to a more obvious place and allow INET6 to work.
This commit is contained in:
parent
332b207afa
commit
8bf9a80bbe
@ -11,6 +11,16 @@ KRB4DIR= ${.CURDIR}/../../../crypto/kerberosIV
|
||||
KRB5DIR= ${.CURDIR}/../../../crypto/heimdal
|
||||
ROKENDIR= ${.CURDIR}/../../lib/libroken
|
||||
|
||||
CFLAGS+=-Wall -I${INCLUDEDIR} -I${INCLUDEOBJDIR} -DHAVE_CONFIG_H
|
||||
|
||||
.if defined(KRB5_KRB4_COMPAT)
|
||||
CFLAGS+=-DKRB5_KRB4_COMPAT
|
||||
.endif
|
||||
|
||||
.if defined(USE_INET6)
|
||||
CFLAGS+=-DINET6
|
||||
.endif
|
||||
|
||||
.if exists(${.OBJDIR}/../../include)
|
||||
INCLUDEOBJDIR= ${.OBJDIR}/../../include
|
||||
.else
|
||||
@ -83,16 +93,6 @@ SLOBJDIR= ${.OBJDIR}/../../lib/libsl
|
||||
SLOBJDIR= ${.CURDIR}/../../lib/libsl
|
||||
.endif
|
||||
|
||||
CFLAGS+=-Wall -I${INCLUDEDIR} -I${INCLUDEOBJDIR} -DHAVE_CONFIG_H
|
||||
|
||||
.if defined(KRB5_KRB4_COMPAT)
|
||||
CFLAGS+=-DKRB5_KRB4_COMPAT
|
||||
.endif
|
||||
|
||||
.if defined(INET6)
|
||||
CFLAGS+=-DINET6
|
||||
.endif
|
||||
|
||||
COMPILE_ET= compile_et
|
||||
|
||||
.ORDER: asn1_err.c asn1_err.h
|
||||
|
Loading…
Reference in New Issue
Block a user