Deleted Added
full compact
Makefile (243752) Makefile (249657)
1#
1#
2# $FreeBSD: head/usr.sbin/auditdistd/Makefile 243752 2012-12-01 15:11:46Z rwatson $
2# $FreeBSD: head/usr.sbin/auditdistd/Makefile 249657 2013-04-19 19:45:00Z 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
11
12NO_WFORMAT=
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
11
12NO_WFORMAT=
13NO_WMISSING_VARIABLE_DECLARATIONS=
13
14PROG= auditdistd
15SRCS= auditdistd.c
16SRCS+= parse.y pjdlog.c
17SRCS+= proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_tls.c
18SRCS+= receiver.c
19SRCS+= sandbox.c sender.c subr.c
20SRCS+= token.l trail.c

--- 12 unchanged lines hidden ---
14
15PROG= auditdistd
16SRCS= auditdistd.c
17SRCS+= parse.y pjdlog.c
18SRCS+= proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_tls.c
19SRCS+= receiver.c
20SRCS+= sandbox.c sender.c subr.c
21SRCS+= token.l trail.c

--- 12 unchanged lines hidden ---