From 13c552c3ece84b0d4e3b8e24eaa6b7196019b957 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 10:55:36 +0000 Subject: Allow OS to define default package locations. --- mk/os.mk | 3 +++ mk/scripts.mk | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/os.mk b/mk/os.mk index 2de3bc61..f2499416 100644 --- a/mk/os.mk +++ b/mk/os.mk @@ -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 diff --git a/mk/scripts.mk b/mk/scripts.mk index 806a5453..c7254aed 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -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: -- cgit v1.2.3