Switch to unified view
a/src/mk/SunOS | b/src/mk/SunOS | ||
---|---|---|---|
1 | include $(depth)/mk/commondefs |
1 | include $(depth)/mk/commondefs |
2 | include $(depth)/mk/localdefs |
2 | include $(depth)/mk/localdefs |
3 | 3 | ||
4 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) |
4 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
5 | -DSTATFS_INCLUDE="<sys/statvfs.h>" |
||
5 | 6 | ||
6 | CC = gcc |
7 | CC = gcc |
7 | CXX = g++ |
8 | CXX = g++ |
8 | 9 | ||
9 | LIBSYS = -lpthread -lnsl -lsocket -ldl |
10 | LIBSYS = -lpthread -lnsl -lsocket -ldl |