diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/mail.local')
-rw-r--r-- | gnu/usr.sbin/sendmail/mail.local/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/mail.local/mail.local.c | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/gnu/usr.sbin/sendmail/mail.local/mail.local.c b/gnu/usr.sbin/sendmail/mail.local/mail.local.c index 41dc519bb28..6201a96a4a2 100644 --- a/gnu/usr.sbin/sendmail/mail.local/mail.local.c +++ b/gnu/usr.sbin/sendmail/mail.local/mail.local.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. + * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. * All rights reserved. * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -18,7 +18,7 @@ SM_IDSTR(copyright, Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Sendmail: mail.local.c,v 8.235 2001/12/30 04:59:39 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Sendmail: mail.local.c,v 8.238 2002/03/30 07:43:21 geir Exp $") #include <stdlib.h> #include <sm/errstring.h> |