summaryrefslogtreecommitdiff
path: root/mk/os.mk
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-11 16:03:38 +0000
committerRoy Marples <roy@marples.name>2008-01-11 16:03:38 +0000
commit28afeac09e15c9983021d7afb7af523f8f62c5fa (patch)
tree10a589135da4188b2d6293b4c953a56f452775db /mk/os.mk
parentabde759d5bf6028135667779297d30491f1f4688 (diff)
downloadopenrc-28afeac09e15c9983021d7afb7af523f8f62c5fa.tar.gz
openrc-28afeac09e15c9983021d7afb7af523f8f62c5fa.tar.bz2
openrc-28afeac09e15c9983021d7afb7af523f8f62c5fa.tar.xz
Add sys.mk to define system locations.
Diffstat (limited to 'mk/os.mk')
-rw-r--r--mk/os.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/os.mk b/mk/os.mk
index f249941..2de3bc6 100644
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -29,6 +29,3 @@ LIBDL?= ${_LIBDL}$(shell ${_LIBDL_SH})
_LIBKVM_SH= case `uname -s` in *BSD) echo "-lkvm";; *) echo;; esac
_LIBKVM!= ${_LIBKVM_SH}
LIBKVM?= ${_LIBKVM}$(shell ${_LIBKVM_SH})
-
-# Maye as well define INSTALL here as everything uses us
-INSTALL?= install