summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 377360d..a85b16a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ INSTALL = abcde.conf \
procmail \
re.pl \
services \
+ ssh \
taeb \
terminfo \
themes \
@@ -50,14 +51,12 @@ RM = @rm -f
build : $(BUILD)
install : build $(INSTALLED) /var/spool/cron/$(USER)
- $(MKDIR) $(INTO)/.ssh
- $(LN) $(PWD)/authorized_keys $(INTO)/.ssh/
@crontab crontab
$(ECHO) Installed into $(HOME)
clean :
$(ECHO) Cleaning from $(HOME)
- $(RM) $(BUILD) $(INSTALLED) $(INTO)/.ssh/authorized_keys
+ $(RM) $(BUILD) $(INSTALLED)
@crontab -d
$(INTO)/.% : %