]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ftp-proxy/libevent/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / ftp-proxy / libevent / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../contrib/pf/libevent
4
5
6 LIB=    event
7 INTERNALLIB=yes
8 SRCS=   buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c
9 HDRS=   event.h
10
11 CFLAGS+= -I${.CURDIR} \
12         -DHAVE_CLOCK_GETTIME \
13         -DHAVE_FCNTL_H \
14         -DHAVE_POLL \
15         -DHAVE_SELECT \
16         -DHAVE_SETFD \
17         -DHAVE_STDARG_H \
18         -DHAVE_SYS_IOCTL_H \
19         -DHAVE_SYS_TIME_H \
20         -DHAVE_UNISTD_H \
21         -DHAVE_VASPRINTF \
22         -DHAVE_WORKING_KQUEUE \
23         -DVERSION='"1.3b"'
24
25 WARNS?= 2
26
27 .include <bsd.lib.mk>