]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/openbsm/bin/auditreduce/Makefile.am
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / openbsm / bin / auditreduce / Makefile.am
1 #
2 # $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile.am#3 $
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 = auditreduce
12 auditreduce_SOURCES = auditreduce.c
13 auditreduce_LDADD = $(top_builddir)/libbsm/libbsm.la
14 man1_MANS = auditreduce.1