f3c0868c6e
when we are using buildlink3, and buildlink3 is smart enough to do this automagically.
12 lines
255 B
Makefile
12 lines
255 B
Makefile
include $(EST)/config/systems/default.mak
|
|
|
|
## echo -n doesn't work (well only sometimes ?)
|
|
ECHO_N = /usr/bin/printf "%s"
|
|
|
|
NAWK=awk
|
|
|
|
NAS_LIB=$(PKG_PREFIX)/lib
|
|
NAS_INCLUDE=$(PKG_PREFIX)/include
|
|
|
|
X11_LIB=$(PKG_X11BASE)/lib
|
|
X11_INCLUDE=$(PKG_X11BASE)/include
|