1# Installation directories. 2PREFIX ?= $(DESTDIR)/usr 3SBINDIR ?= $(DESTDIR)/sbin 4MANDIR ?= $(PREFIX)/share/man 5LOCALEDIR ?= $(PREFIX)/share/locale 6 7.PHONY: all 8all: fixfiles 9 10install: all 11 -mkdir -p $(SBINDIR) 12 install -m 755 fixfiles $(SBINDIR) 13 -mkdir -p $(MANDIR)/man8 14 install -m 644 fixfiles.8 $(MANDIR)/man8/ 15 16clean: 17 18indent: 19 20relabel: 21