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 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26
27 CPPFLAGS.sm= $(CPPFLAGS.master) -DSOLARIS=2$(RELEASE_MINOR)00 \
28 -D_FILE_OFFSET_BITS=64
29 CERRWARN += -_gcc=-Wno-clobbered
30 CERRWARN += -_gcc=-Wno-parentheses
31 CERRWARN += -_gcc=-Wno-uninitialized
32 CERRWARN += -_gcc=-Wno-implicit-function-declaration
33 CERRWARN += -_gcc=-Wno-empty-body
34 CERRWARN += -_gcc=-Wno-unused-variable
35 DBMDEF= -DNDBM -DNEWDB -DNIS -DUSERDB -DMAP_REGEX -DLDAPMAP
|
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 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26
27 CPPFLAGS.sm= $(CPPFLAGS.master) -DSOLARIS=2$(RELEASE_MINOR)00 \
28 -D_FILE_OFFSET_BITS=64
29 CERRWARN += -_gcc=-Wno-clobbered
30 CERRWARN += -_gcc=-Wno-parentheses
31 CERRWARN += -_gcc=-Wno-uninitialized
32 CERRWARN += -_gcc=-Wno-implicit-function-declaration
33 CERRWARN += -_gcc=-Wno-empty-body
34 CERRWARN += -_gcc=-Wno-unused-variable
35 DBMDEF= -DNDBM -DNEWDB -DNIS -DUSERDB -DMAP_REGEX -DLDAPMAP
36
37 ROOTLIBSMTPSM = $(ROOTLIB)/smtp/sendmail
38
39 $(ROOTLIBSMTPSM):
40 $(INS.dir)
41
42 $(ROOTLIBSMTPSM)/%: $(ROOTLIBSMTPSM) %
43 $(INS.file)
|