equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
44 # |
44 # |
45 include $(BUILDDIR)/common/Classes.gmk |
45 include $(BUILDDIR)/common/Classes.gmk |
46 |
46 |
47 build: |
47 build: |
48 $(call make-launcher, keytool, sun.security.tools.KeyTool, , ) |
48 $(call make-launcher, keytool, sun.security.tools.KeyTool, , ) |
|
49 ifndef BUILD_HEADLESS_ONLY |
49 $(call make-launcher, policytool, sun.security.tools.policytool.PolicyTool, , ) |
50 $(call make-launcher, policytool, sun.security.tools.policytool.PolicyTool, , ) |
|
51 endif |
50 |
52 |