summaryrefslogtreecommitdiff
path: root/extras/ata_id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/ata_id/Makefile')
-rw-r--r--extras/ata_id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile
index fba0d0b719..4080df1b42 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_id/Makefile
@@ -57,11 +57,11 @@ uninstall-bin:
.PHONY: uninstall-bin
install-man:
- @echo "Please create a man page for this tool."
+ $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
.PHONY: uninstall-man
uninstall-man:
- @echo "Please create a man page for this tool."
+ -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
.PHONY: uninstall-man
install-config: