diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/mail.local/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/mail.local/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/mail.local/Makefile b/gnu/usr.sbin/sendmail/mail.local/Makefile index df4dc409d32..25b9c0541ea 100644 --- a/gnu/usr.sbin/sendmail/mail.local/Makefile +++ b/gnu/usr.sbin/sendmail/mail.local/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2001/09/11 19:02:49 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2002/04/18 00:49:27 millert Exp $ PROG= mail.local MAN= mail.local.8 +ENVDEF= -DNOT_SENDMAIL WANT_LIBSM=1 |