diff options
Diffstat (limited to 'kcontrol/CMakeLists.txt')
-rw-r--r-- | kcontrol/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/CMakeLists.txt b/kcontrol/CMakeLists.txt index d45828d10..724903b5c 100644 --- a/kcontrol/CMakeLists.txt +++ b/kcontrol/CMakeLists.txt @@ -76,7 +76,7 @@ if( BUILD_KCONTROL ) add_subdirectory( joystick ) endif( ) - if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD" ) + if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|NetBSD" ) add_subdirectory( usbview ) endif( ) |