Allow OS to define default package locations.

This commit is contained in:
Roy Marples
2008-01-11 10:55:36 +00:00
parent 349f4a81e6
commit 13c552c3ec
18 changed files with 54 additions and 40 deletions

View File

@@ -29,3 +29,6 @@ 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

View File

@@ -6,8 +6,6 @@ _CONTENTS_SH= ls -1 | grep -v Makefile | xargs
_CONTENTS!= ${_CONTENTS_SH}
CONTENTS= ${_CONTENTS}$(shell ${_CONTENTS_SH})
INSTALL?= install
include ${MK}/os.mk
all: