Add sys.mk to define system locations.

This commit is contained in:
Roy Marples
2008-01-11 16:03:38 +00:00
parent abde759d5b
commit 28afeac09e
6 changed files with 32 additions and 29 deletions

View File

@@ -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