mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
88c75941e6
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
311 B
Makefile
18 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
|
.PATH: ${SENDMAIL_DIR}/libsmdb
|
|
|
|
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
|
|
CFLAGS+=-DNEWDB -DNOT_SENDMAIL
|
|
|
|
LIB= smdb
|
|
|
|
SRCS+= smdb.c smdb1.c smdb2.c smndbm.c
|
|
|
|
INTERNALLIB= true
|
|
NOPIC= true
|
|
INTERNALSTATICLIB= true
|
|
|
|
.include <bsd.lib.mk>
|