diff options
Diffstat (limited to 'usr/src/cmd/backup/Makefile')
| -rw-r--r-- | usr/src/cmd/backup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/backup/Makefile b/usr/src/cmd/backup/Makefile index eb08fe8f4d..b4a35fc060 100644 --- a/usr/src/cmd/backup/Makefile +++ b/usr/src/cmd/backup/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 1993,1998,2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -60,4 +58,7 @@ $(UFSINSDIRS): $(COMMONPRODSUBDIRS) $(UFSPRODSUBDIRS): $(LIBSUBDIRS) FRC $(DO_SUBDIR) +$(LIBSUBDIRS): FRC + $(DO_SUBDIR) + FRC: |
