etc/Makefile: Remove empty newline
This was commited accidently in r347356 and cause distribution with NO_ROOT set to fail. Reported by: ci, kib MFC after: 2 weeks X-MFC-With: r347356
This commit is contained in:
parent
76bb03243c
commit
37294b7ead
@ -83,7 +83,6 @@ distribution:
|
|||||||
echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
|
echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
|
||||||
echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
|
echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
|
||||||
echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
|
echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
|
||||||
|
|
||||||
) | ${METALOG.add}
|
) | ${METALOG.add}
|
||||||
.endif
|
.endif
|
||||||
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
|
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
|
||||||
|
Loading…
Reference in New Issue
Block a user