Added man page to Makefile and README fixes.
This commit is contained in:
parent
ec9b6c38ae
commit
84d481aa6f
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -6,9 +6,12 @@ clean:
|
|||
|
||||
install:
|
||||
cp ./checkpw /usr/bin/
|
||||
cp ./checkpw.1 /usr/share/man/man1/
|
||||
gzip /usr/share/man/man1/checkpw.1
|
||||
cp ./checkpw.h /usr/include/
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/bin/checkpw
|
||||
rm -f /usr/share/man/man1/checkpw.1.gz
|
||||
rm -f /usr/include/checkpw.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue