From 60b250c267e9ce69f428fd2f0f56a4b1a54f2004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 7 Jun 2021 16:41:50 +0200 Subject: Install to /usr/local --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 892f59b..4a6bfc1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ # $NetBSD: Makefile,v 1.35 2019/02/04 04:05:15 mrg Exp $ +BINDIR = /usr/local/bin +MANDIR = /usr/local/man + WARNS=3 CWARNFLAGS.clang+= -Wno-error=cast-qual -- cgit v1.2.3