]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/openbsm/bin/audit/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / openbsm / bin / audit / Makefile.am
1 ##
2 ## $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#7 $
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 = audit
12 audit_LDADD = $(top_builddir)/libbsm/libbsm.la
13 man8_MANS = audit.8
14
15 if USE_MACH_IPC
16 audit_SOURCES = auditd_controlUser.c audit.c
17 CLEANFILES = auditd_controlUser.c auditd_control.h
18
19 auditd_controlUser.c auditd_control.h: $(top_srcdir)/bin/auditd/auditd_control.defs 
20         $(MIG)  -user auditd_controlUser.c -header auditd_control.h -server /dev/null -sheader /dev/null $(top_srcdir)/bin/auditd/auditd_control.defs
21 else
22 audit_SOURCES = audit.c
23 endif