12 lines
410 B
Makefile
12 lines
410 B
Makefile
|
PREFIX=/usr/local
|
||
|
|
||
|
test:
|
||
|
./impermanence.pl -v -t tests/impermanence.yml
|
||
|
-./impermanence.pl -t tests/errored.yml
|
||
|
-./impermanence.pl -t tests/size_undefined.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
|
||
|
install -o root -g wheel -m 444 impermanence.1 ${PREFIX}/man/man1/impermanence.1
|