aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 22fcf1a..5a6d30e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,6 @@ derived-assets = \
$(XDG_CONFIG_HOME)/xmobar/xmobarrc \
$(XDG_DATA_HOME)/common-lisp/source \
$(XDG_DATA_HOME)/euandreh/e.list.txt \
- $(PRIV_STATEDIR)/postfix/relayhosts-maps.db \
- $(PRIV_STATEDIR)/postfix/sasl-password.db \
$(HOME)/.ssh \
$(lisp-images)
@@ -71,13 +69,6 @@ $(HOME)/Documents/txt/:
$(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.sh
sh opt/aux/gen-e-list.sh > $@
-$(PRIV_STATEDIR)/postfix/relayhosts-maps.db $(PRIV_STATEDIR)/postfix/sasl-password.db:
- postmap $(@D)/`basename $@ .db`
-
-$(PRIV_STATEDIR)/postfix/sasl-password: tilde
-$(PRIV_STATEDIR)/postfix/sasl-password.db: $(PRIV_STATEDIR)/postfix/sasl-password
-$(PRIV_STATEDIR)/postfix/relayhosts-maps.db: $(PRIV_STATEDIR)/postfix/relayhosts-maps
-
$(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li
I=`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1` && \
li -vI $$I -E "(format t \"Image for \\\"$$I\\\" created.~%\")"