diff options
author | Bill Nottingham <notting@redhat.com> | 2012-12-07 15:12:36 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-12-07 15:12:36 -0500 |
commit | daaf1b7eb9aad6b3410c8992e0b3991854e1de87 (patch) | |
tree | ef95b893616c4f810e579500adf0acba439fe228 /Makefile | |
parent | e2e88d172c4f5688c9f96c70ba31e69effd1248d (diff) | |
download | initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.gz initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.bz2 initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.xz initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.zip |
Complete setsysfont removal.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ install: install -m644 adjtime $(ROOT)/etc install -m644 inittab $(ROOT)/etc install -m644 rwtab statetab networks $(ROOT)/etc - install -m755 service setsysfont $(ROOT)/sbin install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d install -m644 term256.csh term256.sh $(ROOT)/etc/profile.d install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d |