include $(depth)/mk/commondefs
include $(depth)/mk/localdefs

ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS)  \
	     -DSTATFS_INCLUDE="<sys/statvfs.h>"

CC = gcc
CXX = g++

LIBSYS = -lpthread -lnsl -lsocket -ldl
