aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-07-08 19:17:23 +0000
committerBill Nottingham <notting@redhat.com>1999-07-08 19:17:23 +0000
commit0288c4a15487248839e1f3eb8998f11467fb887d (patch)
tree6fcf37a521b93ca1d5b2236e39430a070ab75d92 /Makefile
parenta12da0620f92935481d1e13302aa2986b2245133 (diff)
downloadinitscripts-0288c4a15487248839e1f3eb8998f11467fb887d.tar
initscripts-0288c4a15487248839e1f3eb8998f11467fb887d.tar.gz
initscripts-0288c4a15487248839e1f3eb8998f11467fb887d.tar.bz2
initscripts-0288c4a15487248839e1f3eb8998f11467fb887d.tar.xz
initscripts-0288c4a15487248839e1f3eb8998f11467fb887d.zip
more fixes for i18n from nkbj@image.dk, move inputrc to setup package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 394bb52b..bf1e4132 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ install:
mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin
install -m644 inittab $(ROOT)/etc
install -m644 adjtime $(ROOT)/etc
- install -m644 inputrc $(ROOT)/etc
install -m755 setsysfont $(ROOT)/sbin
install -m755 lang.sh $(ROOT)/etc/profile.d
install -m755 service $(ROOT)/sbin
@@ -29,6 +28,9 @@ install:
chown root.root /var/run/netreport
chmod og=rwx,o=rx /var/run/netreport
+clean:
+ (cd src; make clean)
+
tag-archive:
@cvs -Q tag -F $(CVSTAG)