aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorStephen J. Kiernan <stevek@FreeBSD.org>2024-04-04 00:22:29 +0000
committerStephen J. Kiernan <stevek@FreeBSD.org>2024-04-04 00:26:33 +0000
commit41956c13f95004882e2080862e3158e820c8db33 (patch)
treee9b67835bf041c090bd60ece9d657b07196e0f73 /include/Makefile
parent112783ebbc313f0df73bbec8520a94aba4a4f33d (diff)
downloadsrc-41956c13f95004882e2080862e3158e820c8db33.tar.gz
src-41956c13f95004882e2080862e3158e820c8db33.zip
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index d9f0951c94a0..d44c982d950c 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -96,10 +96,10 @@ BSM= audit.h \
BSMPACKAGE= libbsm
BSMDIR= ${INCLUDEDIR}/bsm
-.PATH: ${SRCTOP}/sys/security/audit
-SECAUDIT= audit.h \
- audit_ioctl.h \
- audit_private.h
+.PATH: ${SRCTOP}/sys/security
+SECAUDIT= audit/audit.h \
+ audit/audit_ioctl.h \
+ audit/audit_private.h
SECAUDITPACKAGE= libbsm
SECAUDITDIR= ${INCLUDEDIR}/security/audit