Module Name: src Committed By: gson Date: Sun Sep 22 13:08:10 UTC 2019
Modified Files: src/etc: Makefile Log Message: Don't mix tabs and spaces To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/etc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/Makefile diff -u src/etc/Makefile:1.439 src/etc/Makefile:1.440 --- src/etc/Makefile:1.439 Wed Jul 31 18:35:58 2019 +++ src/etc/Makefile Sun Sep 22 13:08:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.439 2019/07/31 18:35:58 martin Exp $ +# $NetBSD: Makefile,v 1.440 2019/09/22 13:08:10 gson Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -343,7 +343,7 @@ install-etc-files: .PHONY .MAKE check_DE ${_MKMSG_INSTALL} ${DESTDIR}${file} if [ ! -e ${DESTDIR}${file} -o -s ${DESTDIR}${file} ]; then \ ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \ - /dev/null ${DESTDIR}${file}; \ + /dev/null ${DESTDIR}${file}; \ else true; fi .endfor .for subdir in . defaults autofs bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh