blob: 01320d59eb52e1899134246b7a8a70b997716715 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- cmd/Imakefile.orig 1996-06-17 03:50:30 UTC
+++ cmd/Imakefile
@@ -1,4 +1,5 @@
-ROOT = /usr/local
+PREFIX ?= /usr/local
+ROOT = ${PREFIX}
BINDIR = $(ROOT)/bin
all::
|