11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
|
-DHAVE_VASPRINTF=1 \
|
|
-DHAVE_MKDTEMP=1 \
|
|
-DSTATFS_INCLUDE="<sys/mount.h>"
|
|
|
|
RANLIB = ranlib
|
|
LIBSYS =
|