From 1635b8ae87831cc4cd836ed75bd35cbe7c05fd43 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 27 Apr 2005 04:43:18 +0000 Subject: oops, do btmp here too --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53a23abd..e510d7bc 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ install: chmod u=rwx,g=rwx,o=rx $(ROOT)/var/run/netreport touch $(ROOT)/var/run/utmp touch $(ROOT)/var/log/wtmp + touch $(ROOT)/var/log/btmp for i in 0 1 2 3 4 5 6 ; do \ dir=$(ROOT)/etc/rc.d/rc$$i.d; \ -- cgit v1.2.1