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