summaryrefslogtreecommitdiff
path: root/extras/floppy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/floppy/Makefile')
-rw-r--r--extras/floppy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/floppy/Makefile b/extras/floppy/Makefile
index 5380590c9b..b7915fc484 100644
--- a/extras/floppy/Makefile
+++ b/extras/floppy/Makefile
@@ -43,8 +43,8 @@ clean:
spotless: clean
-install: all
+install-bin: all
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
-uninstall:
+uninstall-bin:
- rm $(DESTDIR)$(sbindir)/$(PROG)