mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
aa77200569
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
|