diff options
author | Cristian Gafton <gafton@redhat.com> | 1998-09-25 19:16:19 +0000 |
---|---|---|
committer | Cristian Gafton <gafton@redhat.com> | 1998-09-25 19:16:19 +0000 |
commit | 61691776b27e46f2f64b52841aba580de1caef67 (patch) | |
tree | 800710cb774e5f2a372a408798b26bf1cfd6e85e /Makefile | |
parent | 9323508a348b5804df65ce34d3731c46ca1bc1c0 (diff) | |
download | initscripts-61691776b27e46f2f64b52841aba580de1caef67.tar initscripts-61691776b27e46f2f64b52841aba580de1caef67.tar.gz initscripts-61691776b27e46f2f64b52841aba580de1caef67.tar.bz2 initscripts-61691776b27e46f2f64b52841aba580de1caef67.tar.xz initscripts-61691776b27e46f2f64b52841aba580de1caef67.zip |
New file part of the dist: inputrcr3-72
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |