Home | History | Annotate | Line # | Download | only in include
      1 #	$NetBSD: Makefile,v 1.3 2017/02/01 01:22:39 christos Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      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 \
     37 event2/visibility.h
     38 
     39 .include <bsd.prog.mk>
     40