12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2019 Joyent, Inc.
25 # Copyright 2022 Garrett D'Amore
26 # Copyright 2013 Saso Kiselkov. All rights reserved.
27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
28 # Copyright 2017 Nexenta Systems, Inc.
29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
30 # Copyright 2019 Peter Tribble.
31 # Copyright 2015, Joyent, Inc. All rights reserved.
32 # Copyright 2022 Oxide Computer Company
33 #
34
35 include $(SRC)/uts/Makefile.uts
36
37 FILEMODE=644
38
39 #
40 # Note that the following headers are present in the kernel but
41 # neither installed or shipped as part of the product:
42 # cpuid_drv.h: Private interface for cpuid consumers
43 # unix_bb_info.h: Private interface to kcov
44 # nvme.h Private interface to nvme
45 #
46
47 i386_HDRS= \
48 asy.h \
49 fd_debug.h \
50 fdc.h \
51 fdmedia.h \
52 firmload.h \
534 signalfd.h \
535 skein.h \
536 sleepq.h \
537 smbios.h \
538 smbios_impl.h \
539 sobject.h \
540 socket.h \
541 socket_impl.h \
542 socket_proto.h \
543 socketvar.h \
544 sockfilter.h \
545 sockio.h \
546 soundcard.h \
547 squeue.h \
548 squeue_impl.h \
549 srn.h \
550 sservice.h \
551 stat.h \
552 statfs.h \
553 statvfs.h \
554 stdbool.h \
555 stddef.h \
556 stdint.h \
557 stermio.h \
558 stmf.h \
559 stmf_defines.h \
560 stmf_ioctl.h \
561 stmf_sbd_ioctl.h \
562 stream.h \
563 strft.h \
564 strlog.h \
565 strmdep.h \
566 stropts.h \
567 strredir.h \
568 strstat.h \
569 strsubr.h \
570 strsun.h \
571 strtty.h \
572 sunddi.h \
573 sunldi.h \
|
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2019 Joyent, Inc.
25 # Copyright 2022 Garrett D'Amore
26 # Copyright 2013 Saso Kiselkov. All rights reserved.
27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
28 # Copyright 2017 Nexenta Systems, Inc.
29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
30 # Copyright 2019 Peter Tribble.
31 # Copyright 2015, Joyent, Inc. All rights reserved.
32 # Copyright 2023 Oxide Computer Company
33 #
34
35 include $(SRC)/uts/Makefile.uts
36
37 FILEMODE=644
38
39 #
40 # Note that the following headers are present in the kernel but
41 # neither installed or shipped as part of the product:
42 # cpuid_drv.h: Private interface for cpuid consumers
43 # unix_bb_info.h: Private interface to kcov
44 # nvme.h Private interface to nvme
45 #
46
47 i386_HDRS= \
48 asy.h \
49 fd_debug.h \
50 fdc.h \
51 fdmedia.h \
52 firmload.h \
534 signalfd.h \
535 skein.h \
536 sleepq.h \
537 smbios.h \
538 smbios_impl.h \
539 sobject.h \
540 socket.h \
541 socket_impl.h \
542 socket_proto.h \
543 socketvar.h \
544 sockfilter.h \
545 sockio.h \
546 soundcard.h \
547 squeue.h \
548 squeue_impl.h \
549 srn.h \
550 sservice.h \
551 stat.h \
552 statfs.h \
553 statvfs.h \
554 stdalign.h \
555 stdbool.h \
556 stddef.h \
557 stdint.h \
558 stermio.h \
559 stmf.h \
560 stmf_defines.h \
561 stmf_ioctl.h \
562 stmf_sbd_ioctl.h \
563 stream.h \
564 strft.h \
565 strlog.h \
566 strmdep.h \
567 stropts.h \
568 strredir.h \
569 strstat.h \
570 strsubr.h \
571 strsun.h \
572 strtty.h \
573 sunddi.h \
574 sunldi.h \
|