aboutsummaryrefslogtreecommitdiffstats
path: root/wget
diff options
context:
space:
mode:
Diffstat (limited to 'wget')
-rw-r--r--wget/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/wget/Makefile b/wget/Makefile
index 92361f0..3334065 100644
--- a/wget/Makefile
+++ b/wget/Makefile
@@ -1,11 +1,9 @@
.POSIX:
-include ../common.mk
install:
test ! -d ~/.wget-hsts
ln -sf -- /dev/null ~/.wget-hsts
uninstall:
+ +! ../check-installed wget
-unlink -- ~/.wget-hsts
-
-.PHONY: install uninstall