diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-21 23:51:18 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-21 23:51:18 +0000 |
commit | c7b342f47ccfa38cb1cb558555d2e23f7f14eb30 (patch) | |
tree | 3bafc52b559414dde0e59e1ce537b2240a08ca68 /share/man/man9/Makefile | |
parent | 0a4c2cb09a1d3914f1de8580e161f0c4bf93e501 (diff) | |
download | FreeBSD-src-c7b342f47ccfa38cb1cb558555d2e23f7f14eb30.zip FreeBSD-src-c7b342f47ccfa38cb1cb558555d2e23f7f14eb30.tar.gz |
Add mac(9), a man page providing a basic introduction to the concepts
associated with the TrustedBSD MAC Framework, as well as some credits
to developers and contributors.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 91a935b..e4900d4 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -48,7 +48,7 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \ jumbo.9 \ kernacc.9 kobj.9 kthread.9 ktr.9 \ lock.9 \ - mac_bsdextended.9 \ + mac.9 mac_bsdextended.9 \ make_dev.9 malloc.9 mbchain.9 mbuf.9 mdchain.9 \ mi_switch.9 microseq.9 microtime.9 microuptime.9 \ module.9 mtx_pool.9 mutex.9 \ |