]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/openbsm/bin/auditdistd/Makefile.am
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / openbsm / bin / auditdistd / Makefile.am
1 if USE_NATIVE_INCLUDES
2 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
3 else
4 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
5 endif
6
7 sbin_PROGRAMS = auditdistd
8 man5_MANS = auditdistd.conf.5
9 man8_MANS = auditdistd.8
10 CFLAGS = -Wno-format
11 YFLAGS = -d
12 auditdistd_LDFLAGS = -lcrypto
13
14 auditdistd_SOURCES =            \
15         auditdistd.c            \
16         parse.y                 \
17         pjdlog.c                \
18         proto.c                 \
19         proto_common.c          \
20         proto_socketpair.c      \
21         proto_tcp.c             \
22         proto_tls.c             \
23         proto_uds.c             \
24         receiver.c              \
25         sandbox.c               \
26         sender.c                \
27         subr.c                  \
28         token.l                 \
29         trail.c