Makefile (e1dd0a2f3a26050d1f183c1cafae42c4e3a0b57e) Makefile (940d71d237794874e18a0eb72f6564821a823517)
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

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

256 libpcp \
257 libtsalarm
258
259FM_sparc_DEPLIBS= libpri
260
261fm: \
262 libexacct \
263 libipmi \
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

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

256 libpcp \
257 libtsalarm
258
259FM_sparc_DEPLIBS= libpri
260
261fm: \
262 libexacct \
263 libipmi \
264 scsi \
264 $(FM_$(MACH)_DEPLIBS)
265
266#
267# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the
268# clean and clobber targets (for more information, see those targets, below).
269#
270NOWAIT_SUBDIRS= $(SUBDIRS:.WAIT=)
271

--- 318 unchanged lines hidden ---
265 $(FM_$(MACH)_DEPLIBS)
266
267#
268# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the
269# clean and clobber targets (for more information, see those targets, below).
270#
271NOWAIT_SUBDIRS= $(SUBDIRS:.WAIT=)
272

--- 318 unchanged lines hidden ---