1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
4 SENDMAIL_DIR
=${.CURDIR
}/..
/..
/contrib
/sendmail
5 .PATH
: ${SENDMAIL_DIR}/rmail
7 # Not much point this being static. It calls a shared sendmail...
15 CFLAGS
+=-I
${SENDMAIL_DIR}/include -I.
17 LIBSMDIR
= ${.OBJDIR
}/..
/..
/lib
/libsm
18 LIBSM
= ${LIBSMDIR}/libsm.a
26 # User customizations to the sendmail build environment
27 CFLAGS
+=${SENDMAIL_CFLAGS}
28 DPADD
+=${SENDMAIL_DPADD}
29 LDADD
+=${SENDMAIL_LDADD}
30 LDFLAGS
+=${SENDMAIL_LDFLAGS}
32 # If you want to have your rmail queuing the mail only, uncomment the
34 # CFLAGS+= -DQUEUE_ONLY
37 ln
-sf
${SENDMAIL_DIR}/include/sm
/os
/sm_os_freebsd.h sm_os.h
39 .
include <bsd.prog.mk
>