summaryrefslogtreecommitdiff
path: root/examples/Makefile.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-05-02 10:37:39 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-05-02 10:37:39 -0600
commite5ceaa9c480c520ab1de173ceaf7ee11724ceab0 (patch)
tree4d53345eb3f91ad7acaa67b5c7e4f4eee814d07c /examples/Makefile.in
parentccc45780ac94473eb0c5df8f0873c28fe7d26d28 (diff)
downloadsudo-e5ceaa9c480c520ab1de173ceaf7ee11724ceab0.tar.gz
Add adminconfdir and --enable-adminconf to set it.
Configuration paths in sudo are now a colon-separated list of files with the adminconfdir instance first (if enabled), followed by a sysconfdir instance.
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r--examples/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 706e6cce7..710b4924e 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -1,7 +1,7 @@
#
# SPDX-License-Identifier: ISC
#
-# Copyright (c) 2014, 2017-2022 Todd C. Miller <Todd.Miller@sudo.ws>
+# Copyright (c) 2014, 2017-2023 Todd C. Miller <Todd.Miller@sudo.ws>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -40,6 +40,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
sysconfdir = @sysconfdir@
+adminconfdir = @adminconfdir@
libexecdir = @libexecdir@
datarootdir = @datarootdir@
localstatedir = @localstatedir@