blob: fec665106ef079e08821173229dbe0505840a35d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#5 $
#
MAN= audit.2 \
auditctl.2 \
auditon.2 \
getaudit.2 \
getauid.2 \
setaudit.2 \
setauid.2 \
audit.log.5 \
audit_class.5 \
audit_control.5 \
audit_event.5 \
audit_user.5 \
audit_warn.5
.include <bsd.prog.mk>
|