1*c5ea81f7SEd Maste# $FreeBSD$ 2*c5ea81f7SEd Maste 3*c5ea81f7SEd MastePACKAGE=lib${LIB} 4*c5ea81f7SEd Maste.PATH: ${SRCTOP}/contrib/pf/libevent 5*c5ea81f7SEd Maste 6*c5ea81f7SEd Maste.include <src.opts.mk> 7*c5ea81f7SEd Maste 8*c5ea81f7SEd MasteLIB= event1 9*c5ea81f7SEd MasteSHLIB_MAJOR= 1 10*c5ea81f7SEd MastePRIVATELIB= 11*c5ea81f7SEd Maste 12*c5ea81f7SEd MasteSRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c 13*c5ea81f7SEd MasteINCS= event.h 14*c5ea81f7SEd Maste 15*c5ea81f7SEd MasteCFLAGS+= -I${.CURDIR} \ 16*c5ea81f7SEd Maste -DHAVE_CLOCK_GETTIME \ 17*c5ea81f7SEd Maste -DHAVE_FCNTL_H \ 18*c5ea81f7SEd Maste -DHAVE_POLL \ 19*c5ea81f7SEd Maste -DHAVE_SELECT \ 20*c5ea81f7SEd Maste -DHAVE_SETFD \ 21*c5ea81f7SEd Maste -DHAVE_STDARG_H \ 22*c5ea81f7SEd Maste -DHAVE_SYS_IOCTL_H \ 23*c5ea81f7SEd Maste -DHAVE_SYS_TIME_H \ 24*c5ea81f7SEd Maste -DHAVE_UNISTD_H \ 25*c5ea81f7SEd Maste -DHAVE_VASPRINTF \ 26*c5ea81f7SEd Maste -DHAVE_WORKING_KQUEUE \ 27*c5ea81f7SEd Maste -DVERSION='"1.3b"' 28*c5ea81f7SEd Maste 29*c5ea81f7SEd MasteWARNS?= 2 30*c5ea81f7SEd Maste 31*c5ea81f7SEd Maste.include <bsd.lib.mk> 32