1 1.3 christos # $NetBSD: Makefile,v 1.3 2017/02/01 01:22:39 christos Exp $ 2 1.1 plunky 3 1.1 plunky .include <bsd.init.mk> 4 1.1 plunky 5 1.2 christos INCSDIR=/usr/include 6 1.2 christos INCS= \ 7 1.2 christos evdns.h \ 8 1.2 christos event.h \ 9 1.2 christos evhttp.h \ 10 1.2 christos evrpc.h \ 11 1.2 christos evutil.h \ 12 1.2 christos event2/buffer.h \ 13 1.2 christos event2/buffer_compat.h \ 14 1.2 christos event2/bufferevent.h \ 15 1.2 christos event2/bufferevent_compat.h \ 16 1.2 christos event2/bufferevent_ssl.h \ 17 1.2 christos event2/bufferevent_struct.h \ 18 1.2 christos event2/dns.h \ 19 1.2 christos event2/dns_compat.h \ 20 1.2 christos event2/dns_struct.h \ 21 1.2 christos event2/event-config.h \ 22 1.2 christos event2/event.h \ 23 1.2 christos event2/event_compat.h \ 24 1.2 christos event2/event_struct.h \ 25 1.2 christos event2/http.h \ 26 1.2 christos event2/http_compat.h \ 27 1.2 christos event2/http_struct.h \ 28 1.2 christos event2/keyvalq_struct.h \ 29 1.2 christos event2/listener.h \ 30 1.2 christos event2/rpc.h \ 31 1.2 christos event2/rpc_compat.h \ 32 1.2 christos event2/rpc_struct.h \ 33 1.2 christos event2/tag.h \ 34 1.2 christos event2/tag_compat.h \ 35 1.2 christos event2/thread.h \ 36 1.3 christos event2/util.h \ 37 1.3 christos event2/visibility.h 38 1.1 plunky 39 1.1 plunky .include <bsd.prog.mk> 40