Makefile (7c478bd9) Makefile (b6805bf7)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#ident "%Z%%M% %I% %E% SMI"
24#
25# Copyright 1993,1998,2002 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28# cmd/backup/Makefile
29#
30
31include Makefile.backup
32

--- 22 unchanged lines hidden (view full) ---

55install: $(UFSINSDIRS) $(UFSSUBDIRS)
56
57$(UFSINSDIRS):
58 $(INS.dir)
59
60$(COMMONPRODSUBDIRS) $(UFSPRODSUBDIRS): $(LIBSUBDIRS) FRC
61 $(DO_SUBDIR)
62
23# Copyright 1993,1998,2002 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# cmd/backup/Makefile
27#
28
29include Makefile.backup
30

--- 22 unchanged lines hidden (view full) ---

53install: $(UFSINSDIRS) $(UFSSUBDIRS)
54
55$(UFSINSDIRS):
56 $(INS.dir)
57
58$(COMMONPRODSUBDIRS) $(UFSPRODSUBDIRS): $(LIBSUBDIRS) FRC
59 $(DO_SUBDIR)
60
61$(LIBSUBDIRS): FRC
62 $(DO_SUBDIR)
63
63FRC:
64FRC: