Move CFLAGS to a more obvious place and allow INET6 to work.

This commit is contained in:
Mark Murray 2000-01-24 20:06:02 +00:00
parent 9085ca309f
commit d12b18b9fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56549

View file

@ -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