Deleted Added
full compact
Makefile (249657) Makefile (270951)
1#
1#
2# $FreeBSD: head/usr.sbin/auditdistd/Makefile 249657 2013-04-19 19:45:00Z ed $
2# $FreeBSD: head/usr.sbin/auditdistd/Makefile 270951 2014-09-01 20:18:09Z ed $
3#
4
5OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
6.PATH: ${OPENBSMDIR}/bin/auditdistd
7
8# Addition of auditdistd because otherwise generated parse.c can't find
9# auditdistd.h. This seems like a makefile non-feature.
10CFLAGS+=-I${OPENBSMDIR} -I${OPENBSMDIR}/bin/auditdistd

--- 14 unchanged lines hidden (view full) ---

25LDADD= -ll -lpthread -lutil
26DPADD+= ${LIBCRYPTO} ${LIBSSL}
27LDADD+= -lcrypto -lssl
28
29YFLAGS+=-v
30
31CLEANFILES=parse.c parse.h parse.output
32
3#
4
5OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
6.PATH: ${OPENBSMDIR}/bin/auditdistd
7
8# Addition of auditdistd because otherwise generated parse.c can't find
9# auditdistd.h. This seems like a makefile non-feature.
10CFLAGS+=-I${OPENBSMDIR} -I${OPENBSMDIR}/bin/auditdistd

--- 14 unchanged lines hidden (view full) ---

25LDADD= -ll -lpthread -lutil
26DPADD+= ${LIBCRYPTO} ${LIBSSL}
27LDADD+= -lcrypto -lssl
28
29YFLAGS+=-v
30
31CLEANFILES=parse.c parse.h parse.output
32
33# auditdistd cannot use FreeBSD specific lock annotation macros. Disable
34# thread safety analysis completely.
35NO_WTHREAD_SAFETY=
36
33.include <bsd.prog.mk>
37.include <bsd.prog.mk>