freebsd-skq/contrib/openbsm/tools/Makefile.am
brueffer 144eea3874 MFH: 292432,r292433,r292434
- Merge OpenBSM 1.2 alpha 4.
- Regenerate config.h for OpenBSM 1.2 alpha 4.
- Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).

Relnotes:	yes
2016-01-04 16:32:21 +00:00

10 lines
241 B
Makefile

if USE_NATIVE_INCLUDES
INCLUDES = -I$(top_builddir) -I$(top_srcdir)
else
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
endif
bin_PROGRAMS = audump
audump_SOURCES = audump.c
audump_LDADD = $(top_builddir)/libbsm/libbsm.la