add man page, debian/
This commit is contained in:
parent
40726e1879
commit
2d84dd5d65
9 changed files with 69 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -22,8 +22,9 @@ clean:
|
|||
|
||||
install: ${PROG}
|
||||
${INSTALL} -c -m 555 -o root -g bin ${PROG} ${BINDIR}
|
||||
${INSTALL} -c -m 444 -o root -g root oshash.1 ${MAN1DIR}
|
||||
|
||||
uninstall:
|
||||
@rm -f ${BINDIR}/${PROG}
|
||||
@rm -f ${BINDIR}/${PROG} ${MAN1DIR}/oshash.1
|
||||
|
||||
.PHONY: all install uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue