makefile: install the man page

This commit is contained in:
Solene Rapenne 2022-03-14 19:35:10 +01:00
parent ee5d61bec7
commit fc607bc210
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ test:
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