diff options
author | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-09-08 16:56:19 -0700 |
---|---|---|
committer | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-09-08 16:56:19 -0700 |
commit | ed31198c686205a26320612d2a5dd7b26ae63a15 (patch) | |
tree | 7733533dfa14b0bb6c4b1b8539d9a3d40202caf3 /usr/src/lib/cfgadm_plugins/sysctrl | |
parent | 7ddc9b1afd18f260b9fb78ec7732facd91769131 (diff) | |
download | illumos-joyent-ed31198c686205a26320612d2a5dd7b26ae63a15.tar.gz |
Contributed by Palle Lyckegaard <palle@lyckegaard.dk>
4930079 many Makefiles redefine "CP", causing problems for incrementals
Diffstat (limited to 'usr/src/lib/cfgadm_plugins/sysctrl')
-rw-r--r-- | usr/src/lib/cfgadm_plugins/sysctrl/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/src/lib/cfgadm_plugins/sysctrl/Makefile b/usr/src/lib/cfgadm_plugins/sysctrl/Makefile index 9d582057e8..7be087cc2e 100644 --- a/usr/src/lib/cfgadm_plugins/sysctrl/Makefile +++ b/usr/src/lib/cfgadm_plugins/sysctrl/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,11 @@ # # CDDL HEADER END # + # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # lib/cfgadm_plugins/sysctrl/Makefile include $(SRC)/Makefile.master @@ -47,7 +45,6 @@ POFILES= generic.po SED= sed GREP= grep -CP= cp .KEEP_STATE: |