From 0288c4a15487248839e1f3eb8998f11467fb887d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 8 Jul 1999 19:17:23 +0000 Subject: more fixes for i18n from nkbj@image.dk, move inputrc to setup package --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1