etc/services - sync with NetBSD-8
[minix.git] / external / bsd / libevent / include / Makefile
blob9c540657794796d3562c46926a6e4b8d2f013a54
1 # $NetBSD: Makefile,v 1.2 2013/04/11 16:55:51 christos Exp $
3 .include <bsd.init.mk>
5 INCSDIR=/usr/include
6 INCS= \
7 evdns.h \
8 event.h \
9 evhttp.h \
10 evrpc.h \
11 evutil.h \
12 event2/buffer.h \
13 event2/buffer_compat.h \
14 event2/bufferevent.h \
15 event2/bufferevent_compat.h \
16 event2/bufferevent_ssl.h \
17 event2/bufferevent_struct.h \
18 event2/dns.h \
19 event2/dns_compat.h \
20 event2/dns_struct.h \
21 event2/event-config.h \
22 event2/event.h \
23 event2/event_compat.h \
24 event2/event_struct.h \
25 event2/http.h \
26 event2/http_compat.h \
27 event2/http_struct.h \
28 event2/keyvalq_struct.h \
29 event2/listener.h \
30 event2/rpc.h \
31 event2/rpc_compat.h \
32 event2/rpc_struct.h \
33 event2/tag.h \
34 event2/tag_compat.h \
35 event2/thread.h \
36 event2/util.h
38 .include <bsd.prog.mk>