home-impermanence/Makefile

11 lines
362 B
Makefile
Raw Normal View History

PREFIX=/usr/local
2022-03-14 07:26:00 +00:00
test:
./impermanence.pl -v -t tests/impermanence.yml
2022-03-14 17:05:15 +00:00
-./impermanence.pl -t tests/errored.yml
install:
install -o root -g wheel -m 555 impermanence.pl ${PREFIX}/bin/impermanence
install -o root -g wheel -m 555 openbsd/impermanence.rc /etc/rc.d/impermanence
2022-03-14 18:35:10 +00:00
install -o root -g wheel -m 444 impermanence.1 ${PREFIX}/man/man1/impermanence.1