aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c3ccb1..8b79f37 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: $(BIN)
cp -- $(MAN8) "$(DESTDIR)$(MANPREFIX)/man8/"
uninstall:
- -cd -- "$(DESTDIR)$(PREFIX)/bin/" && rm -f -- $(BIND)
+ -cd -- "$(DESTDIR)$(PREFIX)/bin/" && rm -f -- $(BIN)
-cd -- "$(DESTDIR)$(MANPREFIX)/man8/" && rm -f -- $(MAN8)
clean: