diff options
Diffstat (limited to 'usr.sbin/audit')
| -rw-r--r-- | usr.sbin/audit/Makefile | 17 | ||||
| -rw-r--r-- | usr.sbin/audit/Makefile.depend | 16 |
2 files changed, 33 insertions, 0 deletions
diff --git a/usr.sbin/audit/Makefile b/usr.sbin/audit/Makefile new file mode 100644 index 000000000000..82b21081a97d --- /dev/null +++ b/usr.sbin/audit/Makefile @@ -0,0 +1,17 @@ +# +# + +OPENBSMDIR=${SRCTOP}/contrib/openbsm +.PATH: ${OPENBSMDIR}/bin/audit + +CFLAGS+= -I${OPENBSMDIR} + +PACKAGE=audit +PROG= audit +MAN= audit.8 + +LIBADD= bsm + +WARNS?= 5 + +.include <bsd.prog.mk> diff --git a/usr.sbin/audit/Makefile.depend b/usr.sbin/audit/Makefile.depend new file mode 100644 index 000000000000..9ec2c1a7a215 --- /dev/null +++ b/usr.sbin/audit/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libbsm \ + lib/libc \ + lib/libcompiler_rt \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |
