From 61691776b27e46f2f64b52841aba580de1caef67 Mon Sep 17 00:00:00 2001 From: Cristian Gafton Date: Fri, 25 Sep 1998 19:16:19 +0000 Subject: New file part of the dist: inputrc --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4bc47d2..bf58ff99 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ install: mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin install -m644 -o root -g root inittab $(ROOT)/etc install -m644 -o root -g root adjtime $(ROOT)/etc + install -m644 -o root -g root inputrc $(ROOT)/etc install -m755 -o root -g root setsysfont $(ROOT)/sbin install -m755 -o root -g root lang.sh $(ROOT)/etc/profile.d cp -af rc.d sysconfig ppp $(ROOT)/etc -- cgit