Makefile (c5c4113dfcabb1eed3d4bdf7609de5170027a794) Makefile (a83cadce5d3331b64803bfc641036cec23602c74)
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

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

237 libc_psr .WAIT \
238 libdscp \
239 libprtdiag .WAIT \
240 libprtdiag_psr \
241 libpri \
242 librsc \
243 libfruutils .WAIT \
244 libfru \
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

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

237 libc_psr .WAIT \
238 libdscp \
239 libprtdiag .WAIT \
240 libprtdiag_psr \
241 libpri \
242 librsc \
243 libfruutils .WAIT \
244 libfru \
245 libwrsmconf \
246 storage \
245 storage \
247 wrsm \
248 libpcp
249
250FM_sparc_DEPLIBS= libpri
251
252fm: libexacct $(FM_$(MACH)_DEPLIBS)
253
254#
255# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the

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

409
410$(CLOSED_BUILD)HDRSUBDIRS += \
411 $(CLOSED)/lib/libc_i18n \
412 $(CLOSED)/lib/libike \
413 $(CLOSED)/lib/smartcard
414
415sparc_HDRSUBDIRS= \
416 libdscp \
246 libpcp
247
248FM_sparc_DEPLIBS= libpri
249
250fm: libexacct $(FM_$(MACH)_DEPLIBS)
251
252#
253# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the

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

407
408$(CLOSED_BUILD)HDRSUBDIRS += \
409 $(CLOSED)/lib/libc_i18n \
410 $(CLOSED)/lib/libike \
411 $(CLOSED)/lib/smartcard
412
413sparc_HDRSUBDIRS= \
414 libdscp \
417 libpri \
418 libwrsmconf
415 libpri
419
420all := TARGET= all
421check := TARGET= check
422clean := TARGET= clean
423clobber := TARGET= clobber
424install := TARGET= install
425install_h := TARGET= install_h
426lint := TARGET= lint

--- 123 unchanged lines hidden ---
416
417all := TARGET= all
418check := TARGET= check
419clean := TARGET= clean
420clobber := TARGET= clobber
421install := TARGET= install
422install_h := TARGET= install_h
423lint := TARGET= lint

--- 123 unchanged lines hidden ---