Parent: [94b6fa] (diff)

Child: [aff65d] (diff)

Download this file

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