Deleted Added
full compact
Makefile (184716) Makefile (213103)
1# $FreeBSD: head/sys/modules/krpc/Makefile 184716 2008-11-06 10:53:35Z des $
1# $FreeBSD: head/sys/modules/krpc/Makefile 213103 2010-09-24 15:01:45Z attilio $
2
3.PATH: ${.CURDIR}/../../rpc ${.CURDIR}/../../xdr
4KMOD= krpc
5SRCS= auth_none.c \
6 auth_unix.c \
7 authunix_prot.c \
8 clnt_dg.c \
9 clnt_rc.c \
10 clnt_vc.c \
11 getnetconfig.c \
2
3.PATH: ${.CURDIR}/../../rpc ${.CURDIR}/../../xdr
4KMOD= krpc
5SRCS= auth_none.c \
6 auth_unix.c \
7 authunix_prot.c \
8 clnt_dg.c \
9 clnt_rc.c \
10 clnt_vc.c \
11 getnetconfig.c \
12 inet_ntop.c \
13 inet_pton.c \
14 rpc_callmsg.c \
15 rpc_generic.c \
16 rpc_prot.c \
17 rpcb_clnt.c \
18 rpcb_prot.c \
19 replay.c \
20 svc.c \
21 svc_auth.c \

--- 24 unchanged lines hidden ---
12 rpc_callmsg.c \
13 rpc_generic.c \
14 rpc_prot.c \
15 rpcb_clnt.c \
16 rpcb_prot.c \
17 replay.c \
18 svc.c \
19 svc_auth.c \

--- 24 unchanged lines hidden ---