Skip to content

Commit c84c3a9

Browse files
committed
fix manpage install location
1 parent 03eb122 commit c84c3a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2026, Phil Karn, KA9Q
22

3+
prefix ?= /usr/local
4+
mandir ?= $(prefix)/man
5+
6+
37
.PHONY: clean all install
48

59
all:

0 commit comments

Comments
 (0)