summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/rmail/Makefile.m4
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
commit2a7bd60222ce3c09208a265ad3a5f1490ccb6768 (patch)
tree8d45e99e5e320ab4e55408b355a04b2be475a0ed /contrib/sendmail/rmail/Makefile.m4
parent329949050501501c130d09efc3aee7c78c6d4f9c (diff)
downloadFreeBSD-src-2a7bd60222ce3c09208a265ad3a5f1490ccb6768.zip
FreeBSD-src-2a7bd60222ce3c09208a265ad3a5f1490ccb6768.tar.gz
Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)
Obtained from: ftp.sendamil.org
Diffstat (limited to 'contrib/sendmail/rmail/Makefile.m4')
-rw-r--r--contrib/sendmail/rmail/Makefile.m46
1 files changed, 3 insertions, 3 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',
OpenPOWER on IntegriCloud