summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-09 16:41:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-09 16:41:34 +0000
commitc8a4e438f9cf12da68fbba3eb959836cbcfc60ec (patch)
tree4754bfd1f4dd0056cf219b4c34a27f1ca7297458 /gnu/usr.sbin/sendmail
parent5a8be4d0389edca96e00abdbfbc4a4b6f3140468 (diff)
uucp goes away
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r--gnu/usr.sbin/sendmail/smrsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/smrsh/Makefile b/gnu/usr.sbin/sendmail/smrsh/Makefile
index 0c01b1478a3..0a18d699c98 100644
--- a/gnu/usr.sbin/sendmail/smrsh/Makefile
+++ b/gnu/usr.sbin/sendmail/smrsh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2000/05/15 03:37:33 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2001/09/09 16:41:33 deraadt Exp $
PROG= smrsh
MAN= smrsh.8
@@ -6,5 +6,5 @@ ENVDEF= -DNOT_SENDMAIL -DCMDDIR=\"/usr/libexec/sm.bin\"
WANT_LIBSMUTIL=1
-.include "../../../libexec/Makefile.inc"
+BINDIR?= /usr/libexec
.include <bsd.prog.mk>