002ef51d6e
Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes.
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
|
.PATH: ${SENDMAIL_DIR}/libsmutil
|
|
|
|
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
|
|
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
|
|
|
|
LIB= smutil
|
|
|
|
SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
|
|
|
|
INTERNALLIB= true
|
|
NOPIC= true
|
|
INTERNALSTATICLIB= true
|
|
|
|
.include <bsd.lib.mk>
|