39 lines
728 B
Makefile
39 lines
728 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2013/04/11 16:55:51 christos Exp $
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
INCSDIR=/usr/include
|
||
|
INCS= \
|
||
|
evdns.h \
|
||
|
event.h \
|
||
|
evhttp.h \
|
||
|
evrpc.h \
|
||
|
evutil.h \
|
||
|
event2/buffer.h \
|
||
|
event2/buffer_compat.h \
|
||
|
event2/bufferevent.h \
|
||
|
event2/bufferevent_compat.h \
|
||
|
event2/bufferevent_ssl.h \
|
||
|
event2/bufferevent_struct.h \
|
||
|
event2/dns.h \
|
||
|
event2/dns_compat.h \
|
||
|
event2/dns_struct.h \
|
||
|
event2/event-config.h \
|
||
|
event2/event.h \
|
||
|
event2/event_compat.h \
|
||
|
event2/event_struct.h \
|
||
|
event2/http.h \
|
||
|
event2/http_compat.h \
|
||
|
event2/http_struct.h \
|
||
|
event2/keyvalq_struct.h \
|
||
|
event2/listener.h \
|
||
|
event2/rpc.h \
|
||
|
event2/rpc_compat.h \
|
||
|
event2/rpc_struct.h \
|
||
|
event2/tag.h \
|
||
|
event2/tag_compat.h \
|
||
|
event2/thread.h \
|
||
|
event2/util.h
|
||
|
|
||
|
.include <bsd.prog.mk>
|