summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-08-16 22:06:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-08-16 22:06:20 +0000
commit97237b8ed74d0f490f742fcebddc70df916b1f55 (patch)
tree4a0d5201c24e65166acd85003e56174c7bff6a45 /gnu/usr.sbin
parent7bd5e11e2ab510512d79a06969bd63a2c9dc9576 (diff)
Pull in proper Makefile.inc, spotted by someone who is not me but
I've lost the reference.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/vacation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/vacation/Makefile b/gnu/usr.sbin/sendmail/vacation/Makefile
index e44efb0a45a..8b8ea2e1585 100644
--- a/gnu/usr.sbin/sendmail/vacation/Makefile
+++ b/gnu/usr.sbin/sendmail/vacation/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:37 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2000/08/16 22:06:19 millert Exp $
PROG= vacation
-ENVDEF+=-DNOT_SENDMAIL
+ENVDEF= -DNOT_SENDMAIL
WANT_LIBSMDB=1
WANT_LIBSMUTIL=1
-.include "../../Makefile.inc"
+.include "../../../usr.bin/Makefile.inc"
.include <bsd.prog.mk>