You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdrop-xtoolwait/Makefile

13 lines
291 B
Makefile

PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man
10 years ago
install:
# 755 is default
install -D -m 755 tdrop "$(DESTDIR)$(BINDIR)"
install -D -m 644 tdrop.groff "$(DESTDIR)$(MANDIR)"/man1/tdrop.1
uninstall:
rm -f "$(DESTDIR)$(BINDIR)"/tdrop
rf -rf "$(DESTDIR)$(MANDIR)"