Deleted Added
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

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

258 mms \
259 libima \
260 libsun_ima \
261 mpapi \
262 $($(MACH)_SUBDIRS)
263
264i386_SUBDIRS= \
265 libntfs \
266 libparted \
267 libfdisk
268
269sparc_SUBDIRS= .WAIT \
270 efcode \
271 libc_psr .WAIT \
272 libds \
273 libdscp \
274 libprtdiag .WAIT \
275 libprtdiag_psr \

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

362 $(CLOSED)/lib/smartcard
363MSGSUBDIRS += \
364 $($(MACH)_MSGSUBDIRS)
365
366sparc_MSGSUBDIRS= \
367 libprtdiag \
368 libprtdiag_psr
369
370i386_MSGSUBDIRS= libfdisk
371
372HDRSUBDIRS= \
373 auditd_plugins \
374 libast \
375 libbrand \
376 libbsm \
377 libc \
378 libcmd \
379 libcmdutils \

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

489 $($(MACH)_HDRSUBDIRS)
490
491$(CLOSED_BUILD)HDRSUBDIRS += \
492 $(CLOSED)/lib/libc_i18n \
493 $(CLOSED)/lib/libike \
494 $(CLOSED)/lib/smartcard
495
496i386_HDRSUBDIRS= \
497 libparted \
498 libfdisk
499
500sparc_HDRSUBDIRS= \
501 libds \
502 libdscp \
503 libpri \
504 storage
505
506all := TARGET= all

--- 153 unchanged lines hidden ---