SunOS 11 lines (7 with data), 228 Bytes
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