aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 03:51:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 03:51:16 +0000
commitfa29183f6542c3a65f105c7296ce435beb629a12 (patch)
treef0ddafd5ac0c2fdcd1806ded667f6b2e1192e821 /Makefile
parent656e7e24eaab5e2a55266792dc96f1dda724ae25 (diff)
downloadmandoc-fa29183f6542c3a65f105c7296ce435beb629a12.tar.gz
mandoc-fa29183f6542c3a65f105c7296ce435beb629a12.tar.zst
mandoc-fa29183f6542c3a65f105c7296ce435beb629a12.zip
Use "=" instead of "?=" for compatibility.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9106673..56a216a4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ INCLUDEDIR = $(PREFIX)/include
LIBDIR = $(PREFIX)/lib
MANDIR = $(PREFIX)/man
EXAMPLEDIR = $(PREFIX)/share/examples/mandoc
-INSTALL ?= install
+INSTALL = install
INSTALL_PROGRAM = $(INSTALL) -m 0755
INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644