diff options
| author | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
|---|---|---|
| committer | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
| commit | 48bc00d6814e04ff3edb32cafe7d1bc580baff68 (patch) | |
| tree | cef0fbaa0527cedbe2de4371f65da641f81ba8cf /usr/src/psm | |
| parent | 26f848ca9bce766fd7e67d1a3b418c37698e319b (diff) | |
| download | illumos-joyent-48bc00d6814e04ff3edb32cafe7d1bc580baff68.tar.gz | |
6880460 some root-build bits were missed by 6864230
6414832 SUNWonbld gk account should be removed
6536468 date in Nevada motd should be changed
6855668 webrev mangles dates in non-Romanised locales
6866716 estimation of max-jobs for /.make.machines is incorrect
6589104 make POUND_SIGN less of a drag
6750554 build rule for mcs gives shell+date a real workout
6885068 no need for raciness
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/psm')
| -rw-r--r-- | usr/src/psm/stand/bootblks/ufs/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/usr/src/psm/stand/bootblks/ufs/Makefile b/usr/src/psm/stand/bootblks/ufs/Makefile index bf5167906d..5c1c0cb075 100644 --- a/usr/src/psm/stand/bootblks/ufs/Makefile +++ b/usr/src/psm/stand/bootblks/ufs/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,11 +18,10 @@ # # CDDL HEADER END # + # -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 1989-1994,1998 by by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # psm/stand/bootblks/ufs/Makefile # @@ -49,7 +47,7 @@ FRC: # install targets # $(USR_SBIN): $(USR) - -$(INS.dir.root.bin) + -$(INS.dir) $(USR_SBIN)/%: % $(USR_SBIN) $(INS.file) |
