From a3c07273ba5c1f786271655ebd47468b1a225e9c Mon Sep 17 00:00:00 2001 From: Johannes Lundberg Date: Tue, 11 Jul 2017 10:56:07 +0200 Subject: Add secucity config for FreeBSD. --- sway/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sway') diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index bf0b2e7f..61c22b84 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -93,6 +93,10 @@ endfunction() add_config(config config sway) add_config(00-defaults security.d/00-defaults sway/security.d) +if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD) + add_config(10-freebsd security.d/10-freebsd sway/security.d) +endif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD) + if (A2X_FOUND) add_manpage(sway 1) add_manpage(sway 5) -- cgit v1.2.3