mirror of
https://github.com/markqvist/tncattach
synced 2026-08-12 17:40:17 -04:00
now makefile for real.
This commit is contained in:
parent
5bdc5d5ccc
commit
015f8a73fb
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
|
@ -20,7 +20,9 @@ install:
|
|||
@echo "Installing tncattach..."
|
||||
chmod a+x tncattach
|
||||
cp ./tncattach /usr/local/sbin/
|
||||
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8
|
||||
|
||||
uninstall:
|
||||
@echo "Uninstalling tncattach"
|
||||
rm /usr/local/sbin/tncattach
|
||||
rm /usr/local/man/man8/tncattach.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue