]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/openbsm/bin/praudit/Makefile.am
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / openbsm / bin / praudit / Makefile.am
1 #
2 # $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile.am#3 $
3 #
4
5 if USE_NATIVE_INCLUDES
6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7 else
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9 endif
10
11 sbin_PROGRAMS = praudit
12 praudit_SOURCES = praudit.c
13 praudit_LDADD = $(top_builddir)/libbsm/libbsm.la
14 man1_MANS = praudit.1