summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-06-15 12:32:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-06-15 12:32:00 +0000
commit3791ccb97d47226ccd3fa55f8b5ee44ddcbbd825 (patch)
treef7b77ada0ea6879629fc3b5bc28ca45b04f54a7a /gnu/usr.sbin
parent4c057ee1922f5778565739ed42f5f4614bb06a4d (diff)
Add missing .include; form@openbsd.ru
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/mail.local/Makefile4
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>