# ident "$Revision: 1.2 $"

include $(ROOT)/usr/include/make/commondefs
include ../../include/ssscommondefs

ETCPATH   =   /usr/etc

#
# Cflags and includes which apply to all binaries
#

#LCOPTS    = -g
LCINCS = -nostdinc -I$(ROOT)/usr/include -I$(ROOT)/usr/include/sss -I../include -I ../../include
#LCDEFS    = -DDEBUG 

#
# Common libraries
#

LLDLIBS   = -lgen -lrpcsvc -lssdb
