aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-05-08 21:26:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-05-08 21:26:11 +0000
commite599c3d449a5547ce04c0c137a6bc1aadec3e139 (patch)
tree4d569bc7b4f6b485a24706f0e013874edb0c59f8 /etc
parent19a60fdc194303d2528907605f7230e7c7ea4c6a (diff)
downloadsrc-e599c3d449a5547ce04c0c137a6bc1aadec3e139.tar.gz
src-e599c3d449a5547ce04c0c137a6bc1aadec3e139.zip
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
Notes
Notes: svn path=/head/; revision=347371
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b1d4f51a1b97..ab70a94bc761 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -83,7 +83,6 @@ distribution:
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/spwd.db type=file mode=0600 uname=root gname=wheel"; \
-
) | ${METALOG.add}
.endif
${_+_}cd ${.CURDIR}/gss; ${MAKE} install