Deleted Added
full compact
Makefile.inc (102147) Makefile.inc (107052)
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
1# @(#)Makefile 5.11 (Berkeley) 9/6/90
2# $FreeBSD: head/lib/libc/rpc/Makefile.inc 102147 2002-08-19 23:06:00Z bde $
2# $FreeBSD: head/lib/libc/rpc/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
3
3
4.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
4.PATH: ${.CURDIR}/rpc ${.CURDIR}/.
5SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
6 clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
7 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
8 getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \
9 pmap_prot.c pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c \
10 rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
11 rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
12 svc_raw.c svc_run.c svc_simple.c svc_vc.c

--- 150 unchanged lines hidden ---
5SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
6 clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
7 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
8 getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \
9 pmap_prot.c pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c \
10 rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
11 rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
12 svc_raw.c svc_run.c svc_simple.c svc_vc.c

--- 150 unchanged lines hidden ---