summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 41c1528..80ca719 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ all: crypt-expiry-check crypt-expiry-check.8
%: %.in
sed "s/#VERSION#/$(VERSION)/; s@#CRONDIR#@$(CRONDIR)@; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@
-.PHONY: install dist clean
+.PHONY: install clean
install: all
install -D -m0755 crypt-expiry-check.cron $(DESTDIR)$(CRONDIR)/crypt-expiry-check
@@ -41,9 +41,6 @@ install: all
touch $(DESTDIR)$(ETCDIR)/crypt-expiry.checks
chmod 644 $(DESTDIR)$(ETCDIR)/crypt-expiry.checks
-dist: clean
- (cd .. && tar czvf crypt-expiry-check-$(VERSION).tar.gz crypt-expiry-check-$(VERSION))
-
clean:
rm -f crypt-expiry-check{,.8}