Back out revs 1.181 and 1.182 which upset a few people. I hope those

(3?) people will make an effort to help those who would have benefitted from
this change. And just telling them that they should read and understand
the significance of each message posted to -current is not really good
enough IMHO.
This commit is contained in:
John Birrell 1998-12-12 22:00:49 +00:00
parent 4462d1a56f
commit 73c84e252e

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.181 1998/12/10 05:34:11 jb Exp $
# $Id: Makefile,v 1.182 1998/12/11 00:09:39 jb Exp $
SUBDIR= sendmail
@ -149,27 +149,4 @@ distrib-dirs:
rm -rf POSIX; \
ln -s C POSIX
#
# Check for missing files in ${DESTDIR}/etc.
#
_etc_missing=
.for _f in ${BIN1}
_g=${_f:T}
.if !exists(${DESTDIR}/etc/$(_g))
_etc_missing+=$(_f)
.endif
.endfor
#
# Install only those files which don't exist in the destination
# directory. This will install new files, but not update existing
# (possibly customized) files.
#
install:
.if (${_etc_missing} != "")
cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${_etc_missing} \
${DESTDIR}/etc
.endif
.include <bsd.prog.mk>