aa77200569
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
14 lines
325 B
Makefile
14 lines
325 B
Makefile
##
|
|
## $P4: //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.am#4 $
|
|
##
|
|
|
|
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 = generate
|
|
generate_SOURCES = generate.c
|
|
generate_LDADD = $(top_builddir)/libbsm/libbsm.la
|