diff options
author | Bill Nottingham <notting@redhat.com> | 1999-07-08 19:17:23 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-07-08 19:17:23 +0000 |
commit | 0288c4a15487248839e1f3eb8998f11467fb887d (patch) | |
tree | 6fcf37a521b93ca1d5b2236e39430a070ab75d92 /Makefile | |
parent | a12da0620f92935481d1e13302aa2986b2245133 (diff) | |
download | initscripts-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |