summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditd/Makefile
blob: fbbdc47985a4ca209ed0707368cf4bfc31010fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile#2 $
#

CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
PROG=		auditd
SRCS=		audit_warn.c auditd.c
MAN=		auditd.8
DPADD=		/usr/lib/libbsm.a
LDADD=		-lbsm
BINDIR=		/usr/sbin

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud