freebsd-nq/man/Makefile

23 lines
426 B
Makefile
Raw Normal View History

#
# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#7 $
#
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
MLINKS= getaudit.2 getaudit_addr.2 \
setaudit.2 setaudit_addr.2
.include <bsd.prog.mk>