diff options
Diffstat (limited to 'libexec/rc/rc.conf.d/Makefile')
| -rw-r--r-- | libexec/rc/rc.conf.d/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libexec/rc/rc.conf.d/Makefile b/libexec/rc/rc.conf.d/Makefile new file mode 100644 index 000000000000..f99cbe632b44 --- /dev/null +++ b/libexec/rc/rc.conf.d/Makefile @@ -0,0 +1,17 @@ +# Copyright (c) 2025 Lexi Winter. +# +# SPDX-License-Identifier: BSD-2-Clause OR ISC + +.include <src.opts.mk> + +FILEGROUPS= +FILESDIR= /etc/rc.conf.d + +.if ${MK_ROUTED} != "no" +FILESGROUPS+= ROUTED +ROUTED+= routed +ROUTEDDIR= ${FILESDIR} +ROUTEDPACKAGE= rip +.endif + +.include <bsd.prog.mk> |
