13 lines
311 B
Diff
13 lines
311 B
Diff
diff -Naur a/Makefile b/Makefile
|
|
--- a/Makefile 2005-03-24 17:50:09.000000000 -0600
|
|
+++ b/Makefile 2016-09-28 11:37:16.520000000 -0500
|
|
@@ -94,7 +94,7 @@
|
|
#
|
|
# A BSD-like install program. GNU install will fit well here, too.
|
|
#
|
|
-INSTALL = /usr/ucb/install
|
|
+INSTALL = install
|
|
|
|
#
|
|
# Compiler and linker flags.
|