Makefile (2a8164df) Makefile (241c90a0)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

28SUBDIRS = $(MACH)
29$(BUILD64)SUBDIRS += $(MACH64)
30
31all := TARGET= all
32clean := TARGET= clean
33clobber := TARGET= clobber
34install := TARGET= install
35install_h := TARGET= install_h
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

28SUBDIRS = $(MACH)
29$(BUILD64)SUBDIRS += $(MACH64)
30
31all := TARGET= all
32clean := TARGET= clean
33clobber := TARGET= clobber
34install := TARGET= install
35install_h := TARGET= install_h
36lint := TARGET= lint
37
38
39HDRS= libfcoe.h
40HDRDIR= common
41
42.KEEP_STATE:
43
36
37
38HDRS= libfcoe.h
39HDRDIR= common
40
41.KEEP_STATE:
42
44all clean clobber install lint: $(SUBDIRS)
43all clean clobber install: $(SUBDIRS)
45
46install_h: $(ROOTHDRS)
47
48check: $(CHECKHDRS)
49
50$(SUBDIRS): FRC
51 @cd $@; pwd; $(MAKE) $(TARGET)
52
53FRC:
54
55include ../Makefile.targ
44
45install_h: $(ROOTHDRS)
46
47check: $(CHECKHDRS)
48
49$(SUBDIRS): FRC
50 @cd $@; pwd; $(MAKE) $(TARGET)
51
52FRC:
53
54include ../Makefile.targ