mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
10 lines
288 B
Makefile
10 lines
288 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
|
|
|
|
sbin_PROGRAMS = auditreduce
|
|
auditreduce_SOURCES = auditreduce.c
|
|
auditreduce_LDADD = $(top_builddir)/libbsm/libbsm.la
|
|
man1_MANS = auditreduce.1
|