now makefile for real.

This commit is contained in:
Alexander W. Janssen 2020-09-12 14:34:03 +02:00
parent 5bdc5d5ccc
commit 015f8a73fb
1 changed files with 2 additions and 0 deletions

View File

@ -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