aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)