[Midnightbsd-cvs] src [8513] trunk/usr.sbin/auditdistd: add auditdistd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 18:55:27 EDT 2016


Revision: 8513
          http://svnweb.midnightbsd.org/src/?rev=8513
Author:   laffer1
Date:     2016-09-18 18:55:27 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
add auditdistd

Added Paths:
-----------
    trunk/usr.sbin/auditdistd/
    trunk/usr.sbin/auditdistd/Makefile

Added: trunk/usr.sbin/auditdistd/Makefile
===================================================================
--- trunk/usr.sbin/auditdistd/Makefile	                        (rev 0)
+++ trunk/usr.sbin/auditdistd/Makefile	2016-09-18 22:55:27 UTC (rev 8513)
@@ -0,0 +1,32 @@
+# $MidnightBSD$
+# $FreeBSD: release/9.2.0/usr.sbin/auditdistd/Makefile 243752 2012-12-01 15:11:46Z rwatson $
+#
+
+OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
+.PATH: ${OPENBSMDIR}/bin/auditdistd
+
+# Addition of auditdistd because otherwise generated parse.c can't find
+# auditdistd.h.  This seems like a makefile non-feature.
+CFLAGS+=-I${OPENBSMDIR} -I${OPENBSMDIR}/bin/auditdistd
+
+NO_WFORMAT=
+
+PROG=	auditdistd
+SRCS=	auditdistd.c
+SRCS+=	parse.y pjdlog.c
+SRCS+=	proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_tls.c
+SRCS+=	receiver.c
+SRCS+=	sandbox.c sender.c subr.c
+SRCS+=	token.l trail.c
+MAN=	auditdistd.8 auditdistd.conf.5
+
+DPADD=	${LIBL} ${LIBPTHREAD} ${LIBUTIL}
+LDADD=	-ll -lpthread -lutil
+DPADD+=	${LIBCRYPTO} ${LIBSSL}
+LDADD+=	-lcrypto -lssl
+
+YFLAGS+=-v
+
+CLEANFILES=parse.c parse.h parse.output
+
+.include <bsd.prog.mk>


Property changes on: trunk/usr.sbin/auditdistd/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list