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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
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 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 PROG= rpc.rexd on
27 # where under
28 #RPCGEN= rpcgen
29 REXDPROG= rpc.rexd
30 ONPROG = on
31
32 MANIFEST= rex.xml
33
34 include ../Makefile.cmd
35
36 CERRWARN += -_gcc=-Wno-implicit-function-declaration
37 CERRWARN += -_gcc=-Wno-parentheses
38 CERRWARN += -_gcc=-Wno-unused-variable
39 CERRWARN += -_gcc=-Wno-address
40 CERRWARN += -_gcc=-Wno-unused-function
41 CERRWARN += -_gcc=-Wno-extra
42
43 ROOTMANIFESTDIR= $(ROOTSVCNETWORKRPC)
44
95
96 $(ROOTREXD): rpc.rexd
97 $(INS.dir)
98 $(ROOTON): on
99 $(INS.dir)
100
101 check: $(CHKMANIFEST)
102
103 clean:
104 $(RM) $(OBJS) $(CLEANOBJS) $(PROG)
105
106 lint: lint_SRCS
107
108 include ../Makefile.targ
109
110 # derived source files and explicit dependencies
111
112 #rex_xdr.o \
113 #rex_svc.o \
114 #rex_clnt.o: rex.h rex.c
115 # $(LINK.c) -c -o $@ rex.c
116
117 on.o: rex.h
118
119 rpc.rexd.o: rex.h
120
121 unix_login.o: rex.h
122
123 rex.o: rex.h
124
125 nfs_subr.o: ../fs.d/nfs/lib/nfs_subr.c
126 $(COMPILE.c) ../fs.d/nfs/lib/nfs_subr.c
|
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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
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 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # Copyright 2015 RackTop Systems.
26 #
27
28 PROG= rpc.rexd on
29 # where under
30 #RPCGEN= rpcgen
31 REXDPROG= rpc.rexd
32 ONPROG = on
33
34 MANIFEST= rex.xml
35
36 include ../Makefile.cmd
37
38 CERRWARN += -_gcc=-Wno-implicit-function-declaration
39 CERRWARN += -_gcc=-Wno-parentheses
40 CERRWARN += -_gcc=-Wno-unused-variable
41 CERRWARN += -_gcc=-Wno-address
42 CERRWARN += -_gcc=-Wno-unused-function
43 CERRWARN += -_gcc=-Wno-extra
44
45 ROOTMANIFESTDIR= $(ROOTSVCNETWORKRPC)
46
97
98 $(ROOTREXD): rpc.rexd
99 $(INS.dir)
100 $(ROOTON): on
101 $(INS.dir)
102
103 check: $(CHKMANIFEST)
104
105 clean:
106 $(RM) $(OBJS) $(CLEANOBJS) $(PROG)
107
108 lint: lint_SRCS
109
110 include ../Makefile.targ
111
112 # derived source files and explicit dependencies
113
114 #rex_xdr.o \
115 #rex_svc.o \
116 #rex_clnt.o: rex.h rex.c
117 # $(LINK.c) -c -o $@ rex.c $(LDLIBS)
118
119 on.o: rex.h
120
121 rpc.rexd.o: rex.h
122
123 unix_login.o: rex.h
124
125 rex.o: rex.h
126
127 nfs_subr.o: ../fs.d/nfs/lib/nfs_subr.c
128 $(COMPILE.c) ../fs.d/nfs/lib/nfs_subr.c
|