Merge branch 'master' of github.com:jordydickinson/pam_panic

This commit is contained in:
Jordy Dickinson
2018-03-27 22:12:41 -05:00
2 changed files with 4 additions and 4 deletions

2
man/Makefile Normal file
View File

@ -0,0 +1,2 @@
install:
for f in `find . -name pam_panic.8 | sed 's/\/pam_panic.8//'`; do gzip -9 -c $${f}/pam_panic.8 > $(MANDIR)/$${f}/pam_panic.8.gz; done