aboutsummaryrefslogtreecommitdiff
path: root/contrib/openbsm/bin/praudit/Makefile
blob: 34e136bd0ee7de20ec537820b65ed127cd73d234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#4 $
#

CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
PROG=		praudit
MAN=		praudit.1
DPADD=		/usr/lib/libbsm.a
LDADD=		-lbsm
BINDIR=		/usr/sbin

.include <bsd.prog.mk>