diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-12-11 00:09:39 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-12-11 00:09:39 +0000 |
| commit | 1e8cf44a58e1b5714fdefaceee0c27e5d8911044 (patch) | |
| tree | b51a51b1cc94152b60e56a98fd2a38a3f38034ce | |
| parent | 7e2d04d7c34bfea4ccdc97cd4daef42e1f846210 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index e57bb1c796ac..e43a0977a8b8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 |
