aboutsummaryrefslogtreecommitdiffstats
path: root/wget/Makefile
blob: 92361f0f76746b3e3a7c94ee400f88884f317fe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.POSIX:
include ../common.mk

install:
	test ! -d ~/.wget-hsts
	ln -sf -- /dev/null ~/.wget-hsts

uninstall:
	-unlink -- ~/.wget-hsts

.PHONY: install uninstall