summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditreduce/Makefile.am
blob: 8cd4b62d2a48eb8d83c97a186d0a7806c29ab851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile.am#3 $
#

if USE_NATIVE_INCLUDES
INCLUDES = -I$(top_builddir) -I$(top_srcdir)
else
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
endif

sbin_PROGRAMS = auditreduce
auditreduce_SOURCES = auditreduce.c
auditreduce_LDADD = $(top_builddir)/libbsm/libbsm.la
man1_MANS = auditreduce.1
OpenPOWER on IntegriCloud