Author: manu
Date: Wed May  8 21:26:11 2019
New Revision: 347371
URL: https://svnweb.freebsd.org/changeset/base/347371

Log:
  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

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile   Wed May  8 21:03:03 2019        (r347370)
+++ head/etc/Makefile   Wed May  8 21:26:11 2019        (r347371)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to