summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-17 01:15:59 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-17 01:22:51 -0400
commitdc5cef8fa845c62cbf0a46c4ed67a662ba623dbf (patch)
tree0cc2f3c850944689d9a5ace3605be37aa4f49648 /Makefile
parent1ba57443f6944c1fb0347c44676af0be889b9ed8 (diff)
downloadconf-dc5cef8fa845c62cbf0a46c4ed67a662ba623dbf.tar.gz
conf-dc5cef8fa845c62cbf0a46c4ed67a662ba623dbf.zip
stop downloading and installing pwsafe.dat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b9bc030..83556a2 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ INSTALL = abcde.conf \
pentadactylrc \
procmailrc \
proverc \
- pwsafe.dat \
replyrc \
screenrc \
tmux.conf \
@@ -56,7 +55,7 @@ INSTALL = abcde.conf \
zsh
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
-BUILD = bin/nethack/timettyrec pwsafe.dat $(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*)))
+BUILD = bin/nethack/timettyrec $(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*)))
EMPTYDIRS = .log .vim/undo .vim/yankring-data
@@ -82,9 +81,6 @@ $(INTO)/.% : %
/var/spool/cron/$(USER) : crontab
@crontab crontab
-pwsafe.dat :
- wget -q http://tozt.net/.pwsafe.dat -O pwsafe.dat
-
fortune/%.dat : fortune/%
@echo "Compiling $@"
@strfile -s $(basename $@)