# Makefile for libchardriver .include LIB= chardriver SRCS= chardriver.c .if ${USE_STATECTL} != "no" CPPFLAGS+= -DUSE_STATECTL .endif .include