Deleted Added
full compact
Makefile (117299) Makefile (129912)
1# $FreeBSD: head/lib/libsm/Makefile 117299 2003-07-07 03:54:04Z gshapiro $
1# $FreeBSD: head/lib/libsm/Makefile 129912 2004-06-01 01:29:42Z gshapiro $
2
3SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
4.PATH: ${SENDMAIL_DIR}/libsm
5
6CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
2
3SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
4.PATH: ${SENDMAIL_DIR}/libsm
5
6CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
7CFLAGS+=-DNETINET6 -DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
7CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
8
8
9.if !defined(NOINET6)
10CFLAGS+=-DNETINET6
11.endif
12
9# User customizations to the sendmail build environment
10CFLAGS+=${SENDMAIL_CFLAGS}
11
12LIB= sm
13
14SRCS+= sm_os.h
15SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
16 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \

--- 17 unchanged lines hidden ---
13# User customizations to the sendmail build environment
14CFLAGS+=${SENDMAIL_CFLAGS}
15
16LIB= sm
17
18SRCS+= sm_os.h
19SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
20 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \

--- 17 unchanged lines hidden ---