summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8a7c7a34b93f433afc504e86deb309506a680703 (plain)
    1 PREFIX ?= /usr
    2 install:
    3 	install -D -m 755 crypttab "$(DESTDIR)$(PREFIX)/crypttab"
    4 	install -D -m 640 crypttab.example "$(DESTDIR)/etc/crypttab"

Generated by cgit