Deleted Added
full compact
Makefile.inc (55918) Makefile.inc (56629)
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
2# $FreeBSD: head/lib/libc/rpc/Makefile.inc 55918 2000-01-13 15:09:48Z shin $
2# $FreeBSD: head/lib/libc/rpc/Makefile.inc 56629 2000-01-26 09:02:42Z shin $
3
4.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
5
6SRCS+= auth_des.c auth_none.c auth_time.c auth_unix.c \
7 authdes_prot.c authunix_prot.c bindresvport.c \
8 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.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 \

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

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
46# MAN1+= rstat.1
3
4.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
5
6SRCS+= auth_des.c auth_none.c auth_time.c auth_unix.c \
7 authdes_prot.c authunix_prot.c bindresvport.c \
8 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.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 \

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

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
46# MAN1+= rstat.1
47MAN3+= bindresvport.3 bindresvport2.3 des_crypt.3 getrpcent.3 getrpcport.3 \
48 publickey.3 rpc.3 \
47MAN3+= bindresvport.3 des_crypt.3 getrpcent.3 getrpcport.3 publickey.3 rpc.3 \
49 rpc_secure.3 rtime.3
50MAN5+= publickey.5 rpc.5
51# MAN8+= rstat_svc.8
52
48 rpc_secure.3 rtime.3
49MAN5+= publickey.5 rpc.5
50# MAN8+= rstat_svc.8
51
53MLINKS+= getrpcent.3 endrpcent.3 \
52MLINKS+= bindresvport.3 bindresvport_sa.3 \
53 getrpcent.3 endrpcent.3 \
54 getrpcent.3 getrpcbyname.3 \
55 getrpcent.3 getrpcbynumber.3 \
56 getrpcent.3 setrpcent.3 \
57 rpc.3 auth_destroy.3 \
58 rpc.3 authnone_create.3 \
59 rpc.3 authunix_create.3 \
60 rpc.3 authunix_create_default.3 \
61 rpc.3 callrpc.3 \

--- 59 unchanged lines hidden ---
54 getrpcent.3 getrpcbyname.3 \
55 getrpcent.3 getrpcbynumber.3 \
56 getrpcent.3 setrpcent.3 \
57 rpc.3 auth_destroy.3 \
58 rpc.3 authnone_create.3 \
59 rpc.3 authunix_create.3 \
60 rpc.3 authunix_create_default.3 \
61 rpc.3 callrpc.3 \

--- 59 unchanged lines hidden ---