Makefile fix.
This commit is contained in:
parent
84d481aa6f
commit
66d7b352d6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ clean:
|
||||||
install:
|
install:
|
||||||
cp ./checkpw /usr/bin/
|
cp ./checkpw /usr/bin/
|
||||||
cp ./checkpw.1 /usr/share/man/man1/
|
cp ./checkpw.1 /usr/share/man/man1/
|
||||||
gzip /usr/share/man/man1/checkpw.1
|
gzip -f /usr/share/man/man1/checkpw.1
|
||||||
cp ./checkpw.h /usr/include/
|
cp ./checkpw.h /usr/include/
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue