From e599c3d449a5547ce04c0c137a6bc1aadec3e139 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 8 May 2019 21:26:11 +0000 Subject: [PATCH] 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 --- etc/Makefile | 1 - 1 file changed, 1 deletion(-) 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