xref: /NextBSD/contrib/openbsm/tools/Makefile.am (revision 4557fabb34e865d7f40be64b39c9e34fa41dbb60)
1if USE_NATIVE_INCLUDES
2INCLUDES = -I$(top_builddir) -I$(top_srcdir)
3else
4INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
5endif
6
7bin_PROGRAMS = audump
8audump_SOURCES = audump.c
9audump_LDADD = $(top_builddir)/libbsm/libbsm.la
10