Deleted Added
full compact
Makefile.inc (28877) Makefile.inc (30447)
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
2
3.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
4SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
5 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 \
7 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 \

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

27 ${RPCGEN} -l -o ${.TARGET} ${RPCDIR}/crypt.x
28
29crypt_xdr.c: ${RPCDIR}/crypt.x crypt.h
30 ${RPCGEN} -c -o ${.TARGET} ${RPCDIR}/crypt.x
31
32crypt.h: ${RPCDIR}/crypt.x
33 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/crypt.x
34
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
2
3.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
4SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
5 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 \
7 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 \

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

27 ${RPCGEN} -l -o ${.TARGET} ${RPCDIR}/crypt.x
28
29crypt_xdr.c: ${RPCDIR}/crypt.x crypt.h
30 ${RPCGEN} -c -o ${.TARGET} ${RPCDIR}/crypt.x
31
32crypt.h: ${RPCDIR}/crypt.x
33 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/crypt.x
34
35# Only build man pages with libc.
36.if ${LIB} == "c"
37#
38# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
39# but there's no rstat command, don't know why, so I'm
40# leaving them here in case they're needed sometime later.
41# Paul.
42#
43
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
44# MAN1+= rpc/rstat.1
45MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3
46MAN5+= rpc/rpc.5
47MAN8+= rpc/rstat_svc.8
43# MAN1+= rstat.1
44MAN3+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3
45MAN5+= rpc.5
46MAN8+= rstat_svc.8
48
47
49MAN3+= rpc/rpc_secure.3 rpc/publickey.3 rpc/rtime.3 rpc/des_crypt.3
50MAN5+= rpc/publickey.5
48MAN3+= rpc_secure.3 publickey.3 rtime.3 des_crypt.3
49MAN5+= publickey.5
51
52MLINKS+= getrpcent.3 getrpcbyname.3 \
53 getrpcent.3 getrpcbynumber.3 \
54 getrpcent.3 endrpcent.3 \
55 getrpcent.3 setrpcent.3 \
56 rpc.3 auth_destroy.3 \
57 rpc.3 authnone_create.3 \
58 rpc.3 authunix_create.3 \

--- 63 unchanged lines hidden ---
50
51MLINKS+= getrpcent.3 getrpcbyname.3 \
52 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 \

--- 63 unchanged lines hidden ---