From dc5cef8fa845c62cbf0a46c4ed67a662ba623dbf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Aug 2013 01:15:59 -0400 Subject: stop downloading and installing pwsafe.dat --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 $@) -- cgit v1.2.3-54-g00ecf