Change to the current directory before doing the install. I !love make.

This commit is contained in:
jb 1998-12-11 00:09:39 +00:00
parent 005aaf0be2
commit 9fcdcd63a5

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.180 1998/11/20 23:20:00 jdp Exp $
# $Id: Makefile,v 1.181 1998/12/10 05:34:11 jb Exp $
SUBDIR= sendmail
@ -167,6 +167,7 @@ _etc_missing+=$(_f)
#
install:
.if (${_etc_missing} != "")
cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${_etc_missing} \
${DESTDIR}/etc
.endif