diff options
author | peter <peter@FreeBSD.org> | 1999-01-12 12:26:57 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-12 12:26:57 +0000 |
commit | f1740d73405834993a04c94457b7041c62adf046 (patch) | |
tree | 775f707fdc0ccb7fc91ba4eb3db2852eb96cce77 /contrib/sendmail/mail.local | |
parent | f5da386ea6df2d5ad502acd643b6cd6ac6a129ab (diff) | |
parent | 2a7bd60222ce3c09208a265ad3a5f1490ccb6768 (diff) | |
download | FreeBSD-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/mail.local')
-rw-r--r-- | contrib/sendmail/mail.local/Makefile.m4 | 6 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/README | 2 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/pathnames.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/mail.local/Makefile.m4 b/contrib/sendmail/mail.local/Makefile.m4 index 5dc1857..bf9a155e 100644 --- a/contrib/sendmail/mail.local/Makefile.m4 +++ b/contrib/sendmail/mail.local/Makefile.m4 @@ -1,7 +1,7 @@ # # This Makefile is designed to work on the old "make" program. # -# @(#)Makefile.m4 8.21 (Berkeley) 6/4/98 +# @(#)Makefile.m4 8.22 (Berkeley) 7/12/1998 # # C compiler @@ -34,7 +34,7 @@ LIBDIRS=confLIBDIRS LIBS= ifdef(`confLIBS', `confLIBS') # location of mail.local binary (usually /usr/sbin or /usr/etc) -BINDIR= ${DESTDIR}ifdef(`confEBINDIR', `confEBINDIR', `/usr/libexec') +EBINDIR=${DESTDIR}ifdef(`confEBINDIR', `confEBINDIR', `/usr/libexec') # additional .o files needed OBJADD= ifdef(`confOBJADD', `confOBJADD') @@ -91,7 +91,7 @@ install: force-install: install-mail.local install-docs install-mail.local: mail.local - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} mail.local ${BINDIR} + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} mail.local ${EBINDIR} install-docs: mail.local.${MAN8SRC} ifdef(`confNO_MAN_INSTALL', `dnl', diff --git a/contrib/sendmail/mail.local/README b/contrib/sendmail/mail.local/README index a205068..5da44bbf 100644 --- a/contrib/sendmail/mail.local/README +++ b/contrib/sendmail/mail.local/README @@ -1,4 +1,4 @@ -# @(#)README 8.1 (Berkeley) 2/17/98 +# @(#)README 8.1 (Berkeley) 2/17/1998 This directory contains the source files for mail.local. diff --git a/contrib/sendmail/mail.local/pathnames.h b/contrib/sendmail/mail.local/pathnames.h index 5ec0068..33d949e 100644 --- a/contrib/sendmail/mail.local/pathnames.h +++ b/contrib/sendmail/mail.local/pathnames.h @@ -8,7 +8,7 @@ * the sendmail distribution. * * - * @(#)pathnames.h 8.5 (Berkeley) 5/19/98 + * @(#)pathnames.h 8.5 (Berkeley) 5/19/1998 */ #include <paths.h> |