946ac5071e
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
14 lines
314 B
Makefile
14 lines
314 B
Makefile
##
|
|
## $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile.am#5 $
|
|
##
|
|
|
|
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
|