diff --git a/Makefile b/Makefile index 647f6f7..7f524d9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +PREFIX=/usr/local + test: -./impermanence.pl -t tests/errored.yml ./impermanence.pl -t tests/impermanence.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