From 015f8a73fb060dc2ace58fdd338e713a3f60508d Mon Sep 17 00:00:00 2001 From: "Alexander W. Janssen" Date: Sat, 12 Sep 2020 14:34:03 +0200 Subject: [PATCH] now makefile for real. --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 677cd0d..c47ae2c 100644 --- a/makefile +++ b/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