initial commit
This commit is contained in:
8
mk/os-prefix.mk
Normal file
8
mk/os-prefix.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2012 William Hubbs <w.d.hubbs@gmail.com>
|
||||
# Released under the 2-clause BSD license.
|
||||
|
||||
ifeq (${MKPREFIX},yes)
|
||||
CPPFLAGS+= -DPREFIX
|
||||
PKG_PREFIX?= $(PREFIX)/usr
|
||||
SED_EXTRA= -e '/_PATH=.*usr.bin/d'
|
||||
endif
|
||||
Reference in New Issue
Block a user