summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/man
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-11 00:39:23 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-11 00:39:23 +0000
commit0b2cf89651826909f5fdc3b98f24a31060a0f915 (patch)
tree2466057676bf82de8285107aedb42f759416805f /contrib/openbsm/man
parent4fae3f6a4aec0b2ccf88592624f71ae94d961ef8 (diff)
downloadFreeBSD-src-0b2cf89651826909f5fdc3b98f24a31060a0f915.zip
FreeBSD-src-0b2cf89651826909f5fdc3b98f24a31060a0f915.tar.gz
CVS import OpenBSM 1.0 alpha 4:
- Remove "audit" user example from audit_user, as it's not present on most systems. - Add cannot_audit() function non-Darwin systems that wraps auditon(); required by OpenSSH BSM support. Convert Darwin cannot_audit() into a function rather than a macro. - Library build fixed on Darwin following include file tweaks. The native Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so for now we force bsm_wrappers.c to not perform a nested include of sys/audit.h. Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm/man')
-rw-r--r--contrib/openbsm/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/openbsm/man/Makefile b/contrib/openbsm/man/Makefile
index fec6651..1fbbc31 100644
--- a/contrib/openbsm/man/Makefile
+++ b/contrib/openbsm/man/Makefile
@@ -1,5 +1,5 @@
#
-# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#5 $
+# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#7 $
#
MAN= audit.2 \
@@ -16,4 +16,7 @@ MAN= audit.2 \
audit_user.5 \
audit_warn.5
+MLINKS= getaudit.2 getaudit_addr.2 \
+ setaudit.2 setaudit_addr.2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud