mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add new files in include/rpc.
This commit is contained in:
parent
f26dae2bb4
commit
1ec6937fdc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26212
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
|
||||
# $Id: Makefile,v 1.55 1997/05/12 09:50:19 peter Exp $
|
||||
# $Id: Makefile,v 1.56 1997/05/21 23:07:27 jdp Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/include
|
||||
#
|
||||
|
@ -27,7 +27,8 @@ ARPAFILES= ftp.h inet.h nameser.h telnet.h tftp.h
|
|||
PROTOFILES= dumprestore.h routed.h rwhod.h talkd.h timed.h
|
||||
|
||||
RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \
|
||||
rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h
|
||||
rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h \
|
||||
auth_des.h des.h des_crypt.h key_prot.h
|
||||
|
||||
MFILES= float.h floatingpoint.h stdarg.h varargs.h
|
||||
LFILES= errno.h fcntl.h syslog.h termios.h
|
||||
|
|
Loading…
Reference in a new issue