< prev index next >

make/CompileJavaModules.gmk

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -69,13 +69,13 @@
       SolarisLoginModule.java \
       SolarisSystem.java \
       #
 endif
 
-ifeq ($(filter $(OPENJDK_TARGET_OS), solaris macosx aix), )
+ifeq ($(filter $(OPENJDK_TARGET_OS), solaris macosx bsd aix), )
   #
-  # only solaris, macosx and aix
+  # only solaris, macosx, bsd and aix
   #
   java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
 endif
 
 ifeq ($(OPENJDK_TARGET_OS), windows)
< prev index next >