diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-03-19 15:44:53 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-03-19 15:44:53 +0000 |
commit | f1e0ea3d1d335dab9922ca26e821c542b045c1da (patch) | |
tree | 1e9f89e1651b6052611ca8cb049e6500454773a6 /include | |
parent | bae874c2cb2c5d820874f925931eebd8952bf5b9 (diff) | |
download | FreeBSD-src-f1e0ea3d1d335dab9922ca26e821c542b045c1da.zip FreeBSD-src-f1e0ea3d1d335dab9922ca26e821c542b045c1da.tar.gz |
Merge Perforce change 93569 from TrustedBSD audit3 branch:
Do install sys/security/audit include files. It would be nice just
to install audit_ioctl.h, but we seem only to support installing
directories, so we get them all. The two not intended for extra-
kernel use have !_KERNEL #error's, which should help.
Obtained from: TrustedBSD Project
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 21df181..f33b235 100644 --- a/include/Makefile +++ b/include/Makefile @@ -49,6 +49,7 @@ LSUBDIRS= cam/scsi \ isofs/cd9660 \ netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ netgraph/atm netgraph/netflow \ + security/audit \ security/mac_biba security/mac_bsdextended security/mac_lomac \ security/mac_mls security/mac_partition \ ufs/ffs ufs/ufs |