CSTD=c89 due to mismatched declarations.

This commit is contained in:
David E. O'Brien 2003-06-02 02:18:37 +00:00
parent 479b54330b
commit 0ff4c492b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115662

View File

@ -32,6 +32,7 @@ NIS= -DNIS
# Map extensions
MAPS= -DMAP_REGEX -DDNSMAP
CSTD?= c89
CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I.
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DNETINET6 -DTCPWRAPPERS ${MAPS}