From 6fc94bc49f672566d447e74b26ba45a90b1fc12a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 21 Feb 2017 18:49:30 +0000 Subject: [PATCH] Document why cat is a bootstrap tool. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5a7738bb901b..f81bc0cc9472 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1625,6 +1625,7 @@ _nmtree= lib/libnetbsd \ ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd .endif +# r246097: log addition login.conf.db, passwd, pwd.db, and spwd.db with cat -l .if ${BOOTSTRAPPING} < 1000027 _cat= bin/cat .endif