PREFIX=/usr/local BINDIR=$(PREFIX)/bin NAME=sfind install: install -m 755 $(NAME) $(DESTDIR)$(BINDIR)/$(NAME)