diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/sendmail/mail.local/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/mail.local/Makefile b/gnu/usr.sbin/sendmail/mail.local/Makefile index ba08e020eed..09ee3f6efa9 100644 --- a/gnu/usr.sbin/sendmail/mail.local/Makefile +++ b/gnu/usr.sbin/sendmail/mail.local/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2000/05/15 03:37:32 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2000/06/15 12:31:59 millert Exp $ PROG= mail.local MAN= mail.local.8 WANT_LIBSMUTIL=1 -../../../libexec/Makefile.inc +.include "../../../libexec/Makefile.inc" .include <bsd.prog.mk> |