From 12b8b6b479d757bd40696aaeaffc750bf15ee165 Mon Sep 17 00:00:00 2001 From: Donnie Barnes Date: Wed, 6 May 1998 19:38:31 +0000 Subject: added added sysconfig/i18n support --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39443f91..1f5d4a56 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ install: mkdir -p $(ROOT)/etc install -m644 -o root -g root inittab $(ROOT)/etc install -m644 -o root -g root adjtime $(ROOT)/etc + install -m755 -o root -g root setsysfont $(ROOT)/sbin cp -af rc.d sysconfig ppp $(ROOT)/etc mkdir -p $(ROOT)/sbin mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin -- cgit