# Makefile for libdriver .include LIB= driver SRCS= driver.c drvlib.c mq.c .if ${USE_STATECTL} != "no" CPPFLAGS+= -DUSE_STATECTL .endif .include