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) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25 # Copyright (c) 2018, Joyent, Inc.
26
27 ETCTSOLFILES = devalloc_defaults
28
29 include ../Makefile.cmd
30
31 CERRWARN += -_gcc=-Wno-unused-value
32 CERRWARN += -_gcc=-Wno-uninitialized
33 CERRWARN += -_gcc=-Wno-parentheses
34 CERRWARN += -_gcc=-Wno-clobbered
35
36 # not linted
37 SMATCH=off
38
39 ROOTSEC = $(ROOTETC)/security
40 ROOTSECDEV = $(ROOTSEC)/dev
41 ROOTSECLIB = $(ROOTSEC)/lib
42 ROOTSECAUD = $(ROOTSEC)/audio
43 ROOTDIRS = $(ROOTSECDEV) $(ROOTSECLIB) $(ROOTSECAUD)
44
45 ROOTMANIFESTDIR= $(ROOTSVCSYSTEMDEVICE)
46 SVCMETHOD = svc-allocate
47 MANIFEST = allocate.xml
48
49 RTLCKS = audio fd0 sr0 st0 st1
50 CLEANfd = fd_clean
51 CLEANsr = sr_clean
52 CLEANst = st_clean
|
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) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25 # Copyright (c) 2018, Joyent, Inc.
26
27 ETCTSOLFILES = devalloc_defaults
28
29 include ../Makefile.cmd
30
31 CERRWARN += -_gcc=-Wno-unused-value
32 CERRWARN += $(CNOWARN_UNINIT)
33 CERRWARN += -_gcc=-Wno-parentheses
34 CERRWARN += -_gcc=-Wno-clobbered
35
36 # not linted
37 SMATCH=off
38
39 ROOTSEC = $(ROOTETC)/security
40 ROOTSECDEV = $(ROOTSEC)/dev
41 ROOTSECLIB = $(ROOTSEC)/lib
42 ROOTSECAUD = $(ROOTSEC)/audio
43 ROOTDIRS = $(ROOTSECDEV) $(ROOTSECLIB) $(ROOTSECAUD)
44
45 ROOTMANIFESTDIR= $(ROOTSVCSYSTEMDEVICE)
46 SVCMETHOD = svc-allocate
47 MANIFEST = allocate.xml
48
49 RTLCKS = audio fd0 sr0 st0 st1
50 CLEANfd = fd_clean
51 CLEANsr = sr_clean
52 CLEANst = st_clean
|