Makefile (da14cebe459d3275048785f25bd869cb09b5307f) Makefile (f85c7842adab30da40b7225f83b02f9df9fbb1f0)
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

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

265 libpri \
266 librsc \
267 libfruutils .WAIT \
268 libfru \
269 storage \
270 libpcp \
271 libtsalarm
272
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

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

265 libpri \
266 librsc \
267 libfruutils .WAIT \
268 libfru \
269 storage \
270 libpcp \
271 libtsalarm
272
273i386_SUBDIRS= libfdisk
274
275FM_sparc_DEPLIBS= libpri
276
277fm: \
278 libexacct \
279 libipmi \
280 libzfs \
281 scsi \
282 $(FM_$(MACH)_DEPLIBS)

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

347 $(CLOSED)/lib/smartcard
348MSGSUBDIRS += \
349 $($(MACH)_MSGSUBDIRS)
350
351sparc_MSGSUBDIRS= \
352 libprtdiag \
353 libprtdiag_psr
354
273FM_sparc_DEPLIBS= libpri
274
275fm: \
276 libexacct \
277 libipmi \
278 libzfs \
279 scsi \
280 $(FM_$(MACH)_DEPLIBS)

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

345 $(CLOSED)/lib/smartcard
346MSGSUBDIRS += \
347 $($(MACH)_MSGSUBDIRS)
348
349sparc_MSGSUBDIRS= \
350 libprtdiag \
351 libprtdiag_psr
352
355i386_MSGSUBDIRS= libfdisk
356
357HDRSUBDIRS= \
358 auditd_plugins \
359 libast \
360 libbrand \
361 libbsm \
362 libc \
363 libcmd \
364 libcmdutils \

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

476 $(CLOSED)/lib/smartcard
477
478sparc_HDRSUBDIRS= \
479 libds \
480 libdscp \
481 libpri \
482 storage
483
353HDRSUBDIRS= \
354 auditd_plugins \
355 libast \
356 libbrand \
357 libbsm \
358 libc \
359 libcmd \
360 libcmdutils \

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

472 $(CLOSED)/lib/smartcard
473
474sparc_HDRSUBDIRS= \
475 libds \
476 libdscp \
477 libpri \
478 storage
479
484i386_HDRSUBDIRS= libfdisk
485
486all := TARGET= all
487check := TARGET= check
488clean := TARGET= clean
489clobber := TARGET= clobber
490install := TARGET= install
491install_h := TARGET= install_h
492lint := TARGET= lint
493_dc := TARGET= _dc

--- 139 unchanged lines hidden ---
480all := TARGET= all
481check := TARGET= check
482clean := TARGET= clean
483clobber := TARGET= clobber
484install := TARGET= install
485install_h := TARGET= install_h
486lint := TARGET= lint
487_dc := TARGET= _dc

--- 139 unchanged lines hidden ---