summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/rmail
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-12 12:26:57 +0000
committerpeter <peter@FreeBSD.org>1999-01-12 12:26:57 +0000
commitf1740d73405834993a04c94457b7041c62adf046 (patch)
tree775f707fdc0ccb7fc91ba4eb3db2852eb96cce77 /contrib/sendmail/rmail
parentf5da386ea6df2d5ad502acd643b6cd6ac6a129ab (diff)
parent2a7bd60222ce3c09208a265ad3a5f1490ccb6768 (diff)
downloadFreeBSD-src-f1740d73405834993a04c94457b7041c62adf046.zip
FreeBSD-src-f1740d73405834993a04c94457b7041c62adf046.tar.gz
This commit was generated by cvs2svn to compensate for changes in r42575,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/rmail')
-rw-r--r--contrib/sendmail/rmail/Makefile.m46
-rw-r--r--contrib/sendmail/rmail/rmail.82
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sendmail/rmail/Makefile.m4 b/contrib/sendmail/rmail/Makefile.m4
index 55468bd..9f2d87b 100644
--- a/contrib/sendmail/rmail/Makefile.m4
+++ b/contrib/sendmail/rmail/Makefile.m4
@@ -1,7 +1,7 @@
#
# This Makefile is designed to work on the old "make" program.
#
-# @(#)Makefile.m4 8.16 (Berkeley) 6/18/98
+# @(#)Makefile.m4 8.17 (Berkeley) 7/12/1998
#
# C compiler
@@ -34,7 +34,7 @@ LIBDIRS=confLIBDIRS
LIBS= ifdef(`confLIBS', `confLIBS')
# location of rmail binary (usually /usr/sbin or /usr/etc)
-BINDIR= ${DESTDIR}ifdef(`confUBINDIR', `confUBINDIR', `/usr/bin')
+UBINDIR=${DESTDIR}ifdef(`confUBINDIR', `confUBINDIR', `/usr/bin')
# additional .o files needed
OBJADD= ifdef(`confOBJADD', `confOBJADD')
@@ -90,7 +90,7 @@ install:
force-install: install-rmail install-docs
install-rmail: rmail
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} rmail ${BINDIR}
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} rmail ${UBINDIR}
install-docs: rmail.${MAN8SRC}
ifdef(`confNO_MAN_INSTALL', `dnl',
diff --git a/contrib/sendmail/rmail/rmail.8 b/contrib/sendmail/rmail/rmail.8
index ad70e5b..9f6ee26 100644
--- a/contrib/sendmail/rmail/rmail.8
+++ b/contrib/sendmail/rmail/rmail.8
@@ -7,7 +7,7 @@
.\" the sendmail distribution.
.\"
.\"
-.\" @(#)rmail.8 6.14 (Berkeley) 5/19/98
+.\" @(#)rmail.8 6.14 (Berkeley) 5/19/1998
.\"
.Dd May 19, 1998
.Dt RMAIL 8
OpenPOWER on IntegriCloud