diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-07-11 10:19:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 10:19:28 -0400 |
commit | df17a268b92aef2ff0fbcc14d7a2457cbb0968b1 (patch) | |
tree | 32c1c0b1782486980401fc0ea6c20bdf799b1070 /sway | |
parent | 8fad213f346daee628c0548f9a06179f602ada3a (diff) | |
parent | a3c07273ba5c1f786271655ebd47468b1a225e9c (diff) |
Merge pull request #1271 from johalun/master-securityconf-freebsd
Add secucity config for FreeBSD.
Diffstat (limited to 'sway')
-rw-r--r-- | sway/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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) |