diff options
author | Roy Marples <roy@marples.name> | 2008-03-19 15:22:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-19 15:22:20 +0000 |
commit | 64853c4916945ad760f06c27c363a201c1643271 (patch) | |
tree | 109ea61e97fb045f2b7f483fff88f83c9d78dc94 /mk/sys.mk | |
parent | 0e6eb0f7640a5994755e93ea65e630d6ab917eaa (diff) |
Rejig the build system a little so we have per ok defs per system. Probably easier in the long run.
Diffstat (limited to 'mk/sys.mk')
-rw-r--r-- | mk/sys.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ PREFIX?= _UPREFIX_SH= case "${PREFIX}" in "") echo /usr;; *) echo "${PREFIX}";; esac _UPREFIX!= ${_UPREFIX_SH} UPREFIX= ${_UPREFIX}$(shell ${_UPREFIX_SH}) -PKG_PREFIX= /usr/local +LOCAL_PREFIX= /usr/local PICFLAG?= -fPIC |