2010-03-22 22:25:22 +01:00
|
|
|
# Makefile for libdriver
|
2011-09-02 16:57:22 +02:00
|
|
|
.include <bsd.own.mk>
|
2010-03-22 22:25:22 +01:00
|
|
|
|
|
|
|
LIB= driver
|
|
|
|
|
2011-11-02 17:31:38 +01:00
|
|
|
SRCS= driver.c drvlib.c driver_st.c driver_mt.c mq.c event.c
|
2010-03-22 22:25:22 +01:00
|
|
|
|
2011-09-02 16:57:22 +02:00
|
|
|
.if ${USE_STATECTL} != "no"
|
|
|
|
CPPFLAGS+= -DUSE_STATECTL
|
|
|
|
.endif
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.lib.mk>
|