Deleted Added
full compact
Makefile.inc (30447) Makefile.inc (30624)
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
2# $Id$
2
3.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
3
4.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
4SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
5
6SRCS+= auth_des.c auth_none.c auth_time.c auth_unix.c \
7 authdes_prot.c authunix_prot.c bindresvport.c \
5 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
8 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
6 clnt_udp.c rpc_dtablesize.c get_myaddress.c getrpcent.c getrpcport.c \
9 clnt_udp.c clnt_unix.c crypt_client.c des_crypt.c des_soft.c \
10 get_myaddress.c getpublickey.c getrpcent.c getrpcport.c \
11 key_call.c key_prot_xdr.c netname.c netnamer.c \
7 pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
12 pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
8 pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c rpc_callmsg.c \
9 svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
10 svc_tcp.c svc_udp.c
13 pmap_prot2.c pmap_rmt.c rpc_callmsg.c rpc_commondata.c \
14 rpc_dtablesize.c rpc_prot.c rpcdname.c rtime.c \
15 svc.c svc_auth.c svc_auth_des.c svc_auth_unix.c \
16 svc_raw.c svc_run.c svc_simple.c \
17 svc_tcp.c svc_udp.c svc_unix.c
11
18
12SRCS+= clnt_unix.c svc_unix.c
19# generated sources
20SRCS+= crypt_clnt.c crypt_xdr.c
13
21
14SRCS+= auth_des.c authdes_prot.c auth_time.c des_soft.c des_crypt.c \
15 key_call.c key_prot_xdr.c netname.c netnamer.c rpcdname.c rtime.c \
16 svc_auth_des.c crypt_clnt.c crypt_xdr.c crypt_client.c \
17 getpublickey.c
18
19CFLAGS+= -DBROKEN_DES
20
21CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h
22
23RPCDIR= ${DESTDIR}/usr/include/rpcsvc
24RPCGEN= rpcgen -C
25
26crypt_clnt.c: ${RPCDIR}/crypt.x crypt.h

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

35.if ${LIB} == "c"
36#
37# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
38# but there's no rstat command, don't know why, so I'm
39# leaving them here in case they're needed sometime later.
40# Paul.
41#
42
22CFLAGS+= -DBROKEN_DES
23
24CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h
25
26RPCDIR= ${DESTDIR}/usr/include/rpcsvc
27RPCGEN= rpcgen -C
28
29crypt_clnt.c: ${RPCDIR}/crypt.x crypt.h

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

38.if ${LIB} == "c"
39#
40# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
41# but there's no rstat command, don't know why, so I'm
42# leaving them here in case they're needed sometime later.
43# Paul.
44#
45
43# MAN1+= rstat.1
44MAN3+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3
45MAN5+= rpc.5
46MAN8+= rstat_svc.8
46# MAN1+= rstat.1
47MAN3+= bindresvport.3 des_crypt.3 getrpcent.3 getrpcport.3 publickey.3 rpc.3 \
48 rpc_secure.3 rtime.3
49MAN5+= publickey.5 rpc.5
50MAN8+= rstat_svc.8
47
51
48MAN3+= rpc_secure.3 publickey.3 rtime.3 des_crypt.3
49MAN5+= publickey.5
50
51MLINKS+= getrpcent.3 getrpcbyname.3 \
52MLINKS+= getrpcent.3 endrpcent.3 \
53 getrpcent.3 getrpcbyname.3 \
52 getrpcent.3 getrpcbynumber.3 \
54 getrpcent.3 getrpcbynumber.3 \
53 getrpcent.3 endrpcent.3 \
54 getrpcent.3 setrpcent.3 \
55 rpc.3 auth_destroy.3 \
56 rpc.3 authnone_create.3 \
57 rpc.3 authunix_create.3 \
58 rpc.3 authunix_create_default.3 \
59 rpc.3 callrpc.3 \
60 rpc.3 clnt_broadcast.3 \
61 rpc.3 clnt_call.3 \

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

109 rpc.3 xdr_callhdr.3 \
110 rpc.3 xdr_callmsg.3 \
111 rpc.3 xdr_opaque_auth.3 \
112 rpc.3 xdr_pmap.3 \
113 rpc.3 xdr_pmaplist.3 \
114 rpc.3 xdr_rejected_reply.3 \
115 rpc.3 xdr_replymsg.3 \
116 rpc.3 xprt_register.3 \
55 getrpcent.3 setrpcent.3 \
56 rpc.3 auth_destroy.3 \
57 rpc.3 authnone_create.3 \
58 rpc.3 authunix_create.3 \
59 rpc.3 authunix_create_default.3 \
60 rpc.3 callrpc.3 \
61 rpc.3 clnt_broadcast.3 \
62 rpc.3 clnt_call.3 \

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

110 rpc.3 xdr_callhdr.3 \
111 rpc.3 xdr_callmsg.3 \
112 rpc.3 xdr_opaque_auth.3 \
113 rpc.3 xdr_pmap.3 \
114 rpc.3 xdr_pmaplist.3 \
115 rpc.3 xdr_rejected_reply.3 \
116 rpc.3 xdr_replymsg.3 \
117 rpc.3 xprt_register.3 \
117 rpc.3 xprt_unregister.3 \
118
119MLINKS+=getrpcent.3 getrpcbyname.3 getrpcent.3 getrpcbynumber.3
118 rpc.3 xprt_unregister.3
120.endif
119.endif