|
|
| version 1.3, 2004/01/31 06:56:39 | version 1.4, 2004/02/03 06:26:30 |
|---|---|
| Line 4 | Line 4 |
| SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail | SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail |
| .PATH: ${SENDMAIL_DIR}/libsm | .PATH: ${SENDMAIL_DIR}/libsm |
| CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. | CFLAGS+= -I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. |
| CFLAGS+=-DNETINET6 -DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL | CFLAGS+=-DNETINET6 -DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL |
| # Sendmail doesn't know about DFly, make believe we are FreeBSD | |
| # to get reasonable defaults. | |
| # | |
| CFLAGS+= -D__FreeBSD__ -D__FreeBSD_version=480101 | |
| # User customizations to the sendmail build environment | # User customizations to the sendmail build environment |
| CFLAGS+=${SENDMAIL_CFLAGS} | CFLAGS+=${SENDMAIL_CFLAGS} |