From 095dae9d7a615448609268e249bc2d9c380dd200 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sun, 17 Feb 2002 22:05:07 +0000 Subject: Update build infrastructure for sendmail 8.12. --- bin/rmail/Makefile | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'bin/rmail/Makefile') diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 2571512af9f7..485d153d6af3 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -9,19 +9,22 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail PROG= rmail SRCS= rmail.c MAN= rmail.8 -CFLAGS+=-I${SENDMAIL_DIR}/include +CFLAGS+=-I${SENDMAIL_DIR}/include -I. WARNS= 0 WFORMAT=0 -.if exists(${.OBJDIR}/../../lib/libsmutil) -LIBSMUTILDIR:= ${.OBJDIR}/../../lib/libsmutil +.if exists(${.OBJDIR}/../../lib/libsm) +LIBSMDIR:= ${.OBJDIR}/../../lib/libsm .else -LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR +LIBSMDIR!= cd ${.CURDIR}/../../lib/libsm; make -V .OBJDIR .endif -LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a +LIBSM:= ${LIBSMDIR}/libsm.a -DPADD= ${LIBSMUTIL} -LDADD= ${LIBSMUTIL} +DPADD= ${LIBSM} +LDADD= ${LIBSM} + +SRCS+= sm_os.h +CLEANFILES+=sm_os.h # User customizations to the sendmail build environment CFLAGS+=${SENDMAIL_CFLAGS} @@ -36,4 +39,7 @@ LDFLAGS+=${SENDMAIL_LDFLAGS} # Not much point this being static. It calls a shared sendmail... NOSHARED?= NO +sm_os.h: + ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h + .include -- cgit v1.2.3