11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
include ../mk/commondefs
|
|
include ../mk/localdefs
|
|
|
|
CXXFLAGS = $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
|
-DPUTENV_ARG_NOT_CONST
|
|
|
|
CC=gcc
|
|
CXX=g++
|
|
|
|
LIBSYS = -lpthread -lnsl -lsocket
|