#
# Sun RPC is a product of Sun Microsystems, Inc. and is provided for
# unrestricted use provided that this legend is included on all tape
# media and as a part of the software program in whole or part.  Users
# may copy or modify Sun RPC without charge, but are not authorized
# to license or distribute it to anyone else except as part of a product or
# program developed by the user or with the express written consent of
# Sun Microsystems, Inc.
#
# SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
# WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
# PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
#
# Sun RPC is provided with no support and without any obligation on the
# part of Sun Microsystems, Inc. to assist in its use, correction,
# modification or enhancement.
#
# SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
# INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
# OR ANY PART THEREOF.
#
# In no event will Sun Microsystems, Inc. be liable for any lost revenue
# or profits or other special, indirect and consequential damages, even if
# Sun has been advised of the possibility of such damages.
#
# Sun Microsystems, Inc.
# 2550 Garcia Avenue
# Mountain View, California  94043
#
# @(#)Makefile 1.21 91/03/11 TIRPC 1.0; from 1.68 89/10/05 SMI

#
# Copyright (c) 1987, 1988, 1990 by Sun Microsystems, Inc.
#

# Makefile for user level rpc library

#
# Kernel level sources are missing here. Only USER
#	level rpc sources here
#
# Sources missing as of now:
#	xdr_float.c	#because xdr_float is processor specific
#
# Sources deleted because of duplicate or obsolete functionality
#	clnt_udp.c clnt_tcp.c
#	get_myaddress.c
#	pmap_getport.c pmap_getmaps.c
#	pmap_prot2.c pmap_rmt.c
#	rpc_dtbsize.c
#	svc_tcp.c svc_udp.c
#
# Sources renamed due to file name length and copyright infringement problems:
#	authunix_prot.c ==> authsys_prot.c
#	svc_auth_unix.c ==>svc_auth_sys.c
#	xdr_reference.c ==> xdr_refer.c
#	auth_unix.h ==> auth_sys.h
#
# New sources added:
#	clnt_bcast.c: clnt_broadcast here.
#	clnt_dg.c: All datagram support for the clients
#	clnt_vc.c: All connectionful (virtual circuit) support for the clients
#	clnt_generic.c : All the new tli stuff for client side
#	rpc_soc.c : All the socket compatibility stuff
#	rpc_generic.c : generic routines used by both svc and client
#	rpcb_prot.c: All the new rpcbind protocol xdr routines here
#	rpcb_clnt.h: All the rpcbind client side interfaces.
#	svc_dg.c: All datagram support for the servers
#	svc_vc.c: All connectionful (virtual circuit) support for the servers
#	svc_generic.c : All the new interface routines for svc side
#	rac.c:  asynchronous call support
#
# Sources in the compatibility package
#	clnt_bsoc.c
#	clnt_soc.h
#	dbx_rpc.c
#	pmap_clnt.c
#	pmap_prot.c
#	port.c
#	rpc_soc.c
#	svc_soc.h
#
# Source in the secure package
#	auth_des.c
#	authdes_prot.c
#	rpcdname.c
#	rtime_tli.c
#	svcdesname.c
#	svc_authdes.c
#
# Sources in transient package.
#	getdname.o
#	syslog.c
#	port.c
#	gethostname.c
#
# Headers included in component head.usrs:
# HDRS = auth.h auth_des.h auth_unix.h auth_sys.h clnt.h clnt_soc.h \
#	keyprot.h \
#	netcvt.h nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
#	rpc.h rpc_com.h rpcent.h rpc_msg.h rpcb_clnt.h rpcb_prot.h \
#	svc.h svc_soc.h svc_auth.h types.h xdr.h
#
#
#
include ../Makefile.arch
include ../Makefile.master
CPPFLAGS = -I.. -I../../include -I../../sys -I../netdir -I../netsel \
		-DPORTMAP -DYP -DSYSLOG -DNDEBUG
CFLAGS += $(CPPFLAGS)
LDFLAGS += -assert pure-text

HDRS =	auth.h auth_des.h auth_sys.h auth_unix.h clnt.h clnt_soc.h \
	key_prot.h netcvt.h nettype.h \
	pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
	rpc.h rpc_com.h rpcent.h rpc_msg.h rpcb_clnt.h rpcb_prot.h \
	svc.h svc_soc.h svc_auth.h types.h xdr.h \
        rac.h

SECSRCS =auth_des.c authdes_prot.c key_call.c key_prot.c \
	netname.c netnamer.c openchild.c rpcdname.c rtime_tli.c \
	svcauth_des.c svcdesname.c

SRCS =	$(SECSRCS) auth_none.c auth_sys.c authsys_prot.c \
	clnt_bsoc.c clnt_bcast.c clnt_generic.c clnt_dg.c clnt_vc.c \
	clnt_perror.c clnt_raw.c clnt_simple.c \
	gethostname.c getrpcent.c \
	pmap_clnt.c pmap_prot.c portsun.c \
	rpc_callmsg.c rpc_comdata.c rpcdname.c\
	rpc_generic.c rpc_prot.c rpc_soc.c \
	rpcb_clnt.c rpcb_prot.c \
	svc.c svc_auth.c svc_auth_sys.c svc_dg.c \
	svc_vc.c svc_generic.c svc_raw.c svc_run.c svc_simple.c \
	syslog.c ti_opts.c \
	xdr.c xdr_array.c xdr_float.c \
	xdr_mem.c xdr_rec.c xdr_refer.c xdr_stdio.c \
        rac.c xdr_rec_subr.c

RPCINCLUDES = $(HDRS:%=$(INC)/rpc/%)

INCLUDES = $(INC)/ctype.h \
	$(INC)/fcntl.h \
	$(INC)/tiuser.h \
	$(INC)/stdio.h \
	$(INC)/netdb.h \
	$(INC)/nsaddr.h \
	$(INC)/netdir.h \
	$(INC)/netconfig.h \
	$(INC)/sys/socket.h \
	$(INC)/sys/utsname.h \
	$(INC)/sys/syslog.h \
	$(INC)/netinet/in.h \
	$(INC)/sys/time.h \
	$(INC)/sys/uio.h \
	$(RPCINCLUDES)

OBJS = $(SRCS:%.c=$(VARIANT)/%.o)

XFILES= key_prot.x

.KEEP_STATE:

all : xall

xall : $$(LIBS)
$(LIBS) : symlink $$(VARIANT) $$(OBJS)

symlink:
	rm -rf strings;\
	ln -s ../strings strings

.INIT: $(HDRS)

install: $(HDRS) $(XFILES)
	install -d -o root -m 755 ${DESTDIR}/include
	install -d -o root -m 755 ${DESTDIR}/include/rpc
	install -m 444 $(HDRS) $(XFILES) ${DESTDIR}/include/rpc

tags: $(SRCS) $(HDRS)
	ctags -tw $(SRCS) $(HDRS)

ref: tags
	sed 's,	/.*,,' tags | \
	awk ' { printf("%-26s%-16s%s\n", $$1, $$2, $$3) }' > ref

lint: $(SRCS) $(HDRS)
	$(LINT.c) $(SRCS) 

clean: master.clean
# We comment out .SUFFIXES because key_prot.[ch] are checked in to
# SCCS. Both of these files were actually compiled using rpcgen, but
# since the kernel build does not use rpcgen, we must check them into
# SCCS. One day config will understand other languages besides C, and
# we can take this comment out.
#.SUFFIXES: .x .x~

#.x.c:
#	rpcgen -c $< | \
#	sed 's/^#include \"$*\.h\"/#include <rpc\/$*\.h>/' > $@

#.x.h:
#	rpcgen -h $< > $@

#
# For making a release of the user rpc code to the net, we attach
# a disclaimer to each file and remove the KERNEL portions.
# NOTE: unifdef does not understand the "defined(ident)" syntax,
# so be sure and do these parts by hand.
# Also, note that this Makefile is non-standard, and cannot be
# used as is for a distribution to non-Sun sites.
#
#DISTUSER= distuser
#${DISTUSER}: $(SRCS) $(HDRS) $(XFILES) disclaimer
#	-mkdir ${DISTUSER}
#	@for i in $(SRCS) $(HDRS) $(XFILES) ; do \
#		echo $$i; \
#		cp disclaimer ${DISTUSER}/$$i; \
#		chmod +w ${DISTUSER}/$$i; \
#		unifdef -UKERNEL $$i \
#		| sed -e "s,./. <> ./,," >> ${DISTUSER}/$$i; \
#	done

depend: $(SRCS) $(HDRS)
	@${CC} ${CFLAGS} -M ${SRCS} > makedep
	@echo '/^# DO NOT DELETE THIS LINE/+1,$$d' >eddep
	@echo '$$r makedep' >>eddep
	@echo 'w' >>eddep
	@cp Makefile makefile.bak
	@ed - Makefile < eddep
	@rm eddep makedep makefile.bak

# DO NOT DELETE THIS LINE
auth_des.o: auth_des.c
auth_des.o: ../rpc/rpc.h
auth_des.o: ../rpc/types.h
auth_des.o: /usr/include/sys/types.h
auth_des.o: /usr/include/sys/stdtypes.h
auth_des.o: /usr/include/sys/sysmacros.h
auth_des.o: /usr/include/sys/time.h
auth_des.o: /usr/include/time.h
auth_des.o: /usr/include/sys/stdtypes.h
auth_des.o: /usr/include/tiuser.h
auth_des.o: /usr/include/fcntl.h
auth_des.o: /usr/include/sys/fcntlcom.h
auth_des.o: /usr/include/sys/stdtypes.h
auth_des.o: /usr/include/sys/stat.h
auth_des.o: /usr/include/sys/types.h
auth_des.o: /usr/include/memory.h
auth_des.o: ../rpc/xdr.h
auth_des.o: ../rpc/netcvt.h
auth_des.o: ../rpc/auth.h
auth_des.o: ../rpc/clnt.h
auth_des.o: ../rpc/rpc_com.h
auth_des.o: ../rpc/clnt_soc.h
auth_des.o: /usr/include/sys/socket.h
auth_des.o: /usr/include/netinet/in.h
auth_des.o: ../rpc/rpc_msg.h
auth_des.o: ../rpc/auth_sys.h
auth_des.o: ../rpc/auth_des.h
auth_des.o: ../rpc/svc.h
auth_des.o: ../rpc/rpc_com.h
auth_des.o: ../rpc/svc_soc.h
auth_des.o: /usr/include/sys/socket.h
auth_des.o: /usr/include/netinet/in.h
auth_des.o: ../rpc/svc_auth.h
auth_des.o: ../rpc/rpcb_clnt.h
auth_des.o: ../rpc/types.h
auth_des.o: ../rpc/rpcb_prot.h
auth_des.o: ../rpc/types.h
auth_des.o: /usr/include/des_crypt.h
auth_des.o: /usr/include/sys/syslog.h
authdes_prot.o: authdes_prot.c
authdes_prot.o: /usr/include/sys/types.h
authdes_prot.o: /usr/include/sys/stdtypes.h
authdes_prot.o: /usr/include/sys/sysmacros.h
authdes_prot.o: ../rpc/types.h
authdes_prot.o: /usr/include/sys/types.h
authdes_prot.o: /usr/include/sys/time.h
authdes_prot.o: /usr/include/time.h
authdes_prot.o: /usr/include/sys/stdtypes.h
authdes_prot.o: ../rpc/xdr.h
authdes_prot.o: ../rpc/netcvt.h
authdes_prot.o: ../rpc/auth.h
authdes_prot.o: ../rpc/auth_des.h
key_call.o: key_call.c
key_call.o: ../rpc/rpc.h
key_call.o: ../rpc/types.h
key_call.o: /usr/include/sys/types.h
key_call.o: /usr/include/sys/stdtypes.h
key_call.o: /usr/include/sys/sysmacros.h
key_call.o: /usr/include/sys/time.h
key_call.o: /usr/include/time.h
key_call.o: /usr/include/sys/stdtypes.h
key_call.o: /usr/include/tiuser.h
key_call.o: /usr/include/fcntl.h
key_call.o: /usr/include/sys/fcntlcom.h
key_call.o: /usr/include/sys/stdtypes.h
key_call.o: /usr/include/sys/stat.h
key_call.o: /usr/include/sys/types.h
key_call.o: /usr/include/memory.h
key_call.o: ../rpc/xdr.h
key_call.o: ../rpc/netcvt.h
key_call.o: ../rpc/auth.h
key_call.o: ../rpc/clnt.h
key_call.o: ../rpc/rpc_com.h
key_call.o: ../rpc/clnt_soc.h
key_call.o: /usr/include/sys/socket.h
key_call.o: /usr/include/netinet/in.h
key_call.o: ../rpc/rpc_msg.h
key_call.o: ../rpc/auth_sys.h
key_call.o: ../rpc/auth_des.h
key_call.o: ../rpc/svc.h
key_call.o: ../rpc/rpc_com.h
key_call.o: ../rpc/svc_soc.h
key_call.o: /usr/include/sys/socket.h
key_call.o: /usr/include/netinet/in.h
key_call.o: ../rpc/svc_auth.h
key_call.o: ../rpc/rpcb_clnt.h
key_call.o: ../rpc/types.h
key_call.o: ../rpc/rpcb_prot.h
key_call.o: ../rpc/types.h
key_call.o: ../rpc/key_prot.h
key_call.o: /usr/include/stdio.h
key_call.o: ../netsel/netconfig.h
key_prot.o: key_prot.c
key_prot.o: ../rpc/rpc.h
key_prot.o: ../rpc/types.h
key_prot.o: /usr/include/sys/types.h
key_prot.o: /usr/include/sys/stdtypes.h
key_prot.o: /usr/include/sys/sysmacros.h
key_prot.o: /usr/include/sys/time.h
key_prot.o: /usr/include/time.h
key_prot.o: /usr/include/sys/stdtypes.h
key_prot.o: /usr/include/tiuser.h
key_prot.o: /usr/include/fcntl.h
key_prot.o: /usr/include/sys/fcntlcom.h
key_prot.o: /usr/include/sys/stdtypes.h
key_prot.o: /usr/include/sys/stat.h
key_prot.o: /usr/include/sys/types.h
key_prot.o: /usr/include/memory.h
key_prot.o: ../rpc/xdr.h
key_prot.o: ../rpc/netcvt.h
key_prot.o: ../rpc/auth.h
key_prot.o: ../rpc/clnt.h
key_prot.o: ../rpc/rpc_com.h
key_prot.o: ../rpc/clnt_soc.h
key_prot.o: /usr/include/sys/socket.h
key_prot.o: /usr/include/netinet/in.h
key_prot.o: ../rpc/rpc_msg.h
key_prot.o: ../rpc/auth_sys.h
key_prot.o: ../rpc/auth_des.h
key_prot.o: ../rpc/svc.h
key_prot.o: ../rpc/rpc_com.h
key_prot.o: ../rpc/svc_soc.h
key_prot.o: /usr/include/sys/socket.h
key_prot.o: /usr/include/netinet/in.h
key_prot.o: ../rpc/svc_auth.h
key_prot.o: ../rpc/rpcb_clnt.h
key_prot.o: ../rpc/types.h
key_prot.o: ../rpc/rpcb_prot.h
key_prot.o: ../rpc/types.h
key_prot.o: ../rpc/key_prot.h
netname.o: netname.c
netname.o: /usr/include/sys/param.h
netname.o: /usr/include/machine/param.h
netname.o: /usr/include/sys/signal.h
netname.o: /usr/include/vm/faultcode.h
netname.o: /usr/include/sys/stdtypes.h
netname.o: /usr/include/sys/types.h
netname.o: /usr/include/sys/stdtypes.h
netname.o: /usr/include/sys/sysmacros.h
netname.o: ../rpc/rpc.h
netname.o: ../rpc/types.h
netname.o: /usr/include/sys/types.h
netname.o: /usr/include/sys/time.h
netname.o: /usr/include/time.h
netname.o: /usr/include/sys/stdtypes.h
netname.o: /usr/include/tiuser.h
netname.o: /usr/include/fcntl.h
netname.o: /usr/include/sys/fcntlcom.h
netname.o: /usr/include/sys/stdtypes.h
netname.o: /usr/include/sys/stat.h
netname.o: /usr/include/sys/types.h
netname.o: /usr/include/memory.h
netname.o: ../rpc/xdr.h
netname.o: ../rpc/netcvt.h
netname.o: ../rpc/auth.h
netname.o: ../rpc/clnt.h
netname.o: ../rpc/rpc_com.h
netname.o: ../rpc/clnt_soc.h
netname.o: /usr/include/sys/socket.h
netname.o: /usr/include/netinet/in.h
netname.o: ../rpc/rpc_msg.h
netname.o: ../rpc/auth_sys.h
netname.o: ../rpc/auth_des.h
netname.o: ../rpc/svc.h
netname.o: ../rpc/rpc_com.h
netname.o: ../rpc/svc_soc.h
netname.o: /usr/include/sys/socket.h
netname.o: /usr/include/netinet/in.h
netname.o: ../rpc/svc_auth.h
netname.o: ../rpc/rpcb_clnt.h
netname.o: ../rpc/types.h
netname.o: ../rpc/rpcb_prot.h
netname.o: ../rpc/types.h
netname.o: /usr/include/ctype.h
netnamer.o: netnamer.c
netnamer.o: /usr/include/sys/param.h
netnamer.o: /usr/include/machine/param.h
netnamer.o: /usr/include/sys/signal.h
netnamer.o: /usr/include/vm/faultcode.h
netnamer.o: /usr/include/sys/stdtypes.h
netnamer.o: /usr/include/sys/types.h
netnamer.o: /usr/include/sys/stdtypes.h
netnamer.o: /usr/include/sys/sysmacros.h
netnamer.o: ../rpc/rpc.h
netnamer.o: ../rpc/types.h
netnamer.o: /usr/include/sys/types.h
netnamer.o: /usr/include/sys/time.h
netnamer.o: /usr/include/time.h
netnamer.o: /usr/include/sys/stdtypes.h
netnamer.o: /usr/include/tiuser.h
netnamer.o: /usr/include/fcntl.h
netnamer.o: /usr/include/sys/fcntlcom.h
netnamer.o: /usr/include/sys/stdtypes.h
netnamer.o: /usr/include/sys/stat.h
netnamer.o: /usr/include/sys/types.h
netnamer.o: /usr/include/memory.h
netnamer.o: ../rpc/xdr.h
netnamer.o: ../rpc/netcvt.h
netnamer.o: ../rpc/auth.h
netnamer.o: ../rpc/clnt.h
netnamer.o: ../rpc/rpc_com.h
netnamer.o: ../rpc/clnt_soc.h
netnamer.o: /usr/include/sys/socket.h
netnamer.o: /usr/include/netinet/in.h
netnamer.o: ../rpc/rpc_msg.h
netnamer.o: ../rpc/auth_sys.h
netnamer.o: ../rpc/auth_des.h
netnamer.o: ../rpc/svc.h
netnamer.o: ../rpc/rpc_com.h
netnamer.o: ../rpc/svc_soc.h
netnamer.o: /usr/include/sys/socket.h
netnamer.o: /usr/include/netinet/in.h
netnamer.o: ../rpc/svc_auth.h
netnamer.o: ../rpc/rpcb_clnt.h
netnamer.o: ../rpc/types.h
netnamer.o: ../rpc/rpcb_prot.h
netnamer.o: ../rpc/types.h
netnamer.o: /usr/include/ctype.h
netnamer.o: /usr/include/stdio.h
netnamer.o: /usr/include/grp.h
netnamer.o: /usr/include/sys/types.h
netnamer.o: /usr/include/pwd.h
netnamer.o: /usr/include/sys/types.h
netnamer.o: /usr/include/string.h
netnamer.o: /usr/include/sys/stdtypes.h
openchild.o: openchild.c
openchild.o: /usr/include/stdio.h
rpcdname.o: rpcdname.c
rtime_tli.o: rtime_tli.c
rtime_tli.o: ../rpc/rpc.h
rtime_tli.o: ../rpc/types.h
rtime_tli.o: /usr/include/sys/types.h
rtime_tli.o: /usr/include/sys/stdtypes.h
rtime_tli.o: /usr/include/sys/sysmacros.h
rtime_tli.o: /usr/include/sys/time.h
rtime_tli.o: /usr/include/time.h
rtime_tli.o: /usr/include/sys/stdtypes.h
rtime_tli.o: /usr/include/tiuser.h
rtime_tli.o: /usr/include/fcntl.h
rtime_tli.o: /usr/include/sys/fcntlcom.h
rtime_tli.o: /usr/include/sys/stdtypes.h
rtime_tli.o: /usr/include/sys/stat.h
rtime_tli.o: /usr/include/sys/types.h
rtime_tli.o: /usr/include/memory.h
rtime_tli.o: ../rpc/xdr.h
rtime_tli.o: ../rpc/netcvt.h
rtime_tli.o: ../rpc/auth.h
rtime_tli.o: ../rpc/clnt.h
rtime_tli.o: ../rpc/rpc_com.h
rtime_tli.o: ../rpc/clnt_soc.h
rtime_tli.o: /usr/include/sys/socket.h
rtime_tli.o: /usr/include/netinet/in.h
rtime_tli.o: ../rpc/rpc_msg.h
rtime_tli.o: ../rpc/auth_sys.h
rtime_tli.o: ../rpc/auth_des.h
rtime_tli.o: ../rpc/svc.h
rtime_tli.o: ../rpc/rpc_com.h
rtime_tli.o: ../rpc/svc_soc.h
rtime_tli.o: /usr/include/sys/socket.h
rtime_tli.o: /usr/include/netinet/in.h
rtime_tli.o: ../rpc/svc_auth.h
rtime_tli.o: ../rpc/rpcb_clnt.h
rtime_tli.o: ../rpc/types.h
rtime_tli.o: ../rpc/rpcb_prot.h
rtime_tli.o: ../rpc/types.h
rtime_tli.o: /usr/include/sys/errno.h
rtime_tli.o: ../rpc/nettype.h
rtime_tli.o: ../netsel/netconfig.h
rtime_tli.o: ../netdir/netdir.h
rtime_tli.o: /usr/include/stdio.h
svcauth_des.o: svcauth_des.c
svcauth_des.o: /usr/include/des_crypt.h
svcauth_des.o: ../rpc/rpc.h
svcauth_des.o: ../rpc/types.h
svcauth_des.o: /usr/include/sys/types.h
svcauth_des.o: /usr/include/sys/stdtypes.h
svcauth_des.o: /usr/include/sys/sysmacros.h
svcauth_des.o: /usr/include/sys/time.h
svcauth_des.o: /usr/include/time.h
svcauth_des.o: /usr/include/sys/stdtypes.h
svcauth_des.o: /usr/include/tiuser.h
svcauth_des.o: /usr/include/fcntl.h
svcauth_des.o: /usr/include/sys/fcntlcom.h
svcauth_des.o: /usr/include/sys/stdtypes.h
svcauth_des.o: /usr/include/sys/stat.h
svcauth_des.o: /usr/include/sys/types.h
svcauth_des.o: /usr/include/memory.h
svcauth_des.o: ../rpc/xdr.h
svcauth_des.o: ../rpc/netcvt.h
svcauth_des.o: ../rpc/auth.h
svcauth_des.o: ../rpc/clnt.h
svcauth_des.o: ../rpc/rpc_com.h
svcauth_des.o: ../rpc/clnt_soc.h
svcauth_des.o: /usr/include/sys/socket.h
svcauth_des.o: /usr/include/netinet/in.h
svcauth_des.o: ../rpc/rpc_msg.h
svcauth_des.o: ../rpc/auth_sys.h
svcauth_des.o: ../rpc/auth_des.h
svcauth_des.o: ../rpc/svc.h
svcauth_des.o: ../rpc/rpc_com.h
svcauth_des.o: ../rpc/svc_soc.h
svcauth_des.o: /usr/include/sys/socket.h
svcauth_des.o: /usr/include/netinet/in.h
svcauth_des.o: ../rpc/svc_auth.h
svcauth_des.o: ../rpc/rpcb_clnt.h
svcauth_des.o: ../rpc/types.h
svcauth_des.o: ../rpc/rpcb_prot.h
svcauth_des.o: ../rpc/types.h
svcauth_des.o: /usr/include/sys/syslog.h
svcdesname.o: svcdesname.c
svcdesname.o: /usr/include/des_crypt.h
svcdesname.o: ../rpc/rpc.h
svcdesname.o: ../rpc/types.h
svcdesname.o: /usr/include/sys/types.h
svcdesname.o: /usr/include/sys/stdtypes.h
svcdesname.o: /usr/include/sys/sysmacros.h
svcdesname.o: /usr/include/sys/time.h
svcdesname.o: /usr/include/time.h
svcdesname.o: /usr/include/sys/stdtypes.h
svcdesname.o: /usr/include/tiuser.h
svcdesname.o: /usr/include/fcntl.h
svcdesname.o: /usr/include/sys/fcntlcom.h
svcdesname.o: /usr/include/sys/stdtypes.h
svcdesname.o: /usr/include/sys/stat.h
svcdesname.o: /usr/include/sys/types.h
svcdesname.o: /usr/include/memory.h
svcdesname.o: ../rpc/xdr.h
svcdesname.o: ../rpc/netcvt.h
svcdesname.o: ../rpc/auth.h
svcdesname.o: ../rpc/clnt.h
svcdesname.o: ../rpc/rpc_com.h
svcdesname.o: ../rpc/clnt_soc.h
svcdesname.o: /usr/include/sys/socket.h
svcdesname.o: /usr/include/netinet/in.h
svcdesname.o: ../rpc/rpc_msg.h
svcdesname.o: ../rpc/auth_sys.h
svcdesname.o: ../rpc/auth_des.h
svcdesname.o: ../rpc/svc.h
svcdesname.o: ../rpc/rpc_com.h
svcdesname.o: ../rpc/svc_soc.h
svcdesname.o: /usr/include/sys/socket.h
svcdesname.o: /usr/include/netinet/in.h
svcdesname.o: ../rpc/svc_auth.h
svcdesname.o: ../rpc/rpcb_clnt.h
svcdesname.o: ../rpc/types.h
svcdesname.o: ../rpc/rpcb_prot.h
svcdesname.o: ../rpc/types.h
svcdesname.o: /usr/include/sys/syslog.h
auth_none.o: auth_none.c
auth_none.o: ../rpc/types.h
auth_none.o: /usr/include/sys/types.h
auth_none.o: /usr/include/sys/stdtypes.h
auth_none.o: /usr/include/sys/sysmacros.h
auth_none.o: /usr/include/sys/time.h
auth_none.o: /usr/include/time.h
auth_none.o: /usr/include/sys/stdtypes.h
auth_none.o: ../rpc/xdr.h
auth_none.o: ../rpc/netcvt.h
auth_none.o: ../rpc/auth.h
auth_sys.o: auth_sys.c
auth_sys.o: /usr/include/stdio.h
auth_sys.o: /usr/include/sys/syslog.h
auth_sys.o: ../rpc/types.h
auth_sys.o: /usr/include/sys/types.h
auth_sys.o: /usr/include/sys/stdtypes.h
auth_sys.o: /usr/include/sys/sysmacros.h
auth_sys.o: /usr/include/sys/time.h
auth_sys.o: /usr/include/time.h
auth_sys.o: /usr/include/sys/stdtypes.h
auth_sys.o: ../rpc/xdr.h
auth_sys.o: ../rpc/netcvt.h
auth_sys.o: ../rpc/auth.h
auth_sys.o: ../rpc/auth_sys.h
authsys_prot.o: authsys_prot.c
authsys_prot.o: ../rpc/types.h
authsys_prot.o: /usr/include/sys/types.h
authsys_prot.o: /usr/include/sys/stdtypes.h
authsys_prot.o: /usr/include/sys/sysmacros.h
authsys_prot.o: /usr/include/sys/time.h
authsys_prot.o: /usr/include/time.h
authsys_prot.o: /usr/include/sys/stdtypes.h
authsys_prot.o: ../rpc/xdr.h
authsys_prot.o: ../rpc/netcvt.h
authsys_prot.o: ../rpc/auth.h
authsys_prot.o: ../rpc/auth_sys.h
clnt_bsoc.o: clnt_bsoc.c
clnt_bsoc.o: ../rpc/rpc.h
clnt_bsoc.o: ../rpc/types.h
clnt_bsoc.o: /usr/include/sys/types.h
clnt_bsoc.o: /usr/include/sys/stdtypes.h
clnt_bsoc.o: /usr/include/sys/sysmacros.h
clnt_bsoc.o: /usr/include/sys/time.h
clnt_bsoc.o: /usr/include/time.h
clnt_bsoc.o: /usr/include/sys/stdtypes.h
clnt_bsoc.o: /usr/include/tiuser.h
clnt_bsoc.o: /usr/include/fcntl.h
clnt_bsoc.o: /usr/include/sys/fcntlcom.h
clnt_bsoc.o: /usr/include/sys/stdtypes.h
clnt_bsoc.o: /usr/include/sys/stat.h
clnt_bsoc.o: /usr/include/sys/types.h
clnt_bsoc.o: /usr/include/memory.h
clnt_bsoc.o: ../rpc/xdr.h
clnt_bsoc.o: ../rpc/netcvt.h
clnt_bsoc.o: ../rpc/auth.h
clnt_bsoc.o: ../rpc/clnt.h
clnt_bsoc.o: ../rpc/rpc_com.h
clnt_bsoc.o: ../rpc/clnt_soc.h
clnt_bsoc.o: /usr/include/sys/socket.h
clnt_bsoc.o: /usr/include/netinet/in.h
clnt_bsoc.o: ../rpc/rpc_msg.h
clnt_bsoc.o: ../rpc/auth_sys.h
clnt_bsoc.o: ../rpc/auth_des.h
clnt_bsoc.o: ../rpc/svc.h
clnt_bsoc.o: ../rpc/rpc_com.h
clnt_bsoc.o: ../rpc/svc_soc.h
clnt_bsoc.o: /usr/include/sys/socket.h
clnt_bsoc.o: /usr/include/netinet/in.h
clnt_bsoc.o: ../rpc/svc_auth.h
clnt_bsoc.o: ../rpc/rpcb_clnt.h
clnt_bsoc.o: ../rpc/types.h
clnt_bsoc.o: ../rpc/rpcb_prot.h
clnt_bsoc.o: ../rpc/types.h
clnt_bsoc.o: ../rpc/nettype.h
clnt_bsoc.o: ../netsel/netconfig.h
clnt_bsoc.o: ../rpc/pmap_prot.h
clnt_bsoc.o: ../rpc/types.h
clnt_bsoc.o: /usr/include/stdio.h
clnt_bsoc.o: /usr/include/errno.h
clnt_bsoc.o: /usr/include/sys/errno.h
clnt_bsoc.o: /usr/include/sys/socket.h
clnt_bsoc.o: /usr/include/netinet/in.h
clnt_bcast.o: clnt_bcast.c
clnt_bcast.o: ../rpc/rpc.h
clnt_bcast.o: ../rpc/types.h
clnt_bcast.o: /usr/include/sys/types.h
clnt_bcast.o: /usr/include/sys/stdtypes.h
clnt_bcast.o: /usr/include/sys/sysmacros.h
clnt_bcast.o: /usr/include/sys/time.h
clnt_bcast.o: /usr/include/time.h
clnt_bcast.o: /usr/include/sys/stdtypes.h
clnt_bcast.o: /usr/include/tiuser.h
clnt_bcast.o: /usr/include/fcntl.h
clnt_bcast.o: /usr/include/sys/fcntlcom.h
clnt_bcast.o: /usr/include/sys/stdtypes.h
clnt_bcast.o: /usr/include/sys/stat.h
clnt_bcast.o: /usr/include/sys/types.h
clnt_bcast.o: /usr/include/memory.h
clnt_bcast.o: ../rpc/xdr.h
clnt_bcast.o: ../rpc/netcvt.h
clnt_bcast.o: ../rpc/auth.h
clnt_bcast.o: ../rpc/clnt.h
clnt_bcast.o: ../rpc/rpc_com.h
clnt_bcast.o: ../rpc/clnt_soc.h
clnt_bcast.o: /usr/include/sys/socket.h
clnt_bcast.o: /usr/include/netinet/in.h
clnt_bcast.o: ../rpc/rpc_msg.h
clnt_bcast.o: ../rpc/auth_sys.h
clnt_bcast.o: ../rpc/auth_des.h
clnt_bcast.o: ../rpc/svc.h
clnt_bcast.o: ../rpc/rpc_com.h
clnt_bcast.o: ../rpc/svc_soc.h
clnt_bcast.o: /usr/include/sys/socket.h
clnt_bcast.o: /usr/include/netinet/in.h
clnt_bcast.o: ../rpc/svc_auth.h
clnt_bcast.o: ../rpc/rpcb_clnt.h
clnt_bcast.o: ../rpc/types.h
clnt_bcast.o: ../rpc/rpcb_prot.h
clnt_bcast.o: ../rpc/types.h
clnt_bcast.o: ../rpc/nettype.h
clnt_bcast.o: ../netsel/netconfig.h
clnt_bcast.o: ../netdir/netdir.h
clnt_bcast.o: ../rpc/pmap_prot.h
clnt_bcast.o: ../rpc/types.h
clnt_bcast.o: ../rpc/pmap_clnt.h
clnt_bcast.o: ../rpc/pmap_rmt.h
clnt_bcast.o: /usr/include/errno.h
clnt_bcast.o: /usr/include/sys/errno.h
clnt_bcast.o: /usr/include/sys/syslog.h
clnt_generic.o: clnt_generic.c
clnt_generic.o: /usr/include/stdio.h
clnt_generic.o: ../rpc/rpc.h
clnt_generic.o: ../rpc/types.h
clnt_generic.o: /usr/include/sys/types.h
clnt_generic.o: /usr/include/sys/stdtypes.h
clnt_generic.o: /usr/include/sys/sysmacros.h
clnt_generic.o: /usr/include/sys/time.h
clnt_generic.o: /usr/include/time.h
clnt_generic.o: /usr/include/sys/stdtypes.h
clnt_generic.o: /usr/include/tiuser.h
clnt_generic.o: /usr/include/fcntl.h
clnt_generic.o: /usr/include/sys/fcntlcom.h
clnt_generic.o: /usr/include/sys/stdtypes.h
clnt_generic.o: /usr/include/sys/stat.h
clnt_generic.o: /usr/include/sys/types.h
clnt_generic.o: /usr/include/memory.h
clnt_generic.o: ../rpc/xdr.h
clnt_generic.o: ../rpc/netcvt.h
clnt_generic.o: ../rpc/auth.h
clnt_generic.o: ../rpc/clnt.h
clnt_generic.o: ../rpc/rpc_com.h
clnt_generic.o: ../rpc/clnt_soc.h
clnt_generic.o: /usr/include/sys/socket.h
clnt_generic.o: /usr/include/netinet/in.h
clnt_generic.o: ../rpc/rpc_msg.h
clnt_generic.o: ../rpc/auth_sys.h
clnt_generic.o: ../rpc/auth_des.h
clnt_generic.o: ../rpc/svc.h
clnt_generic.o: ../rpc/rpc_com.h
clnt_generic.o: ../rpc/svc_soc.h
clnt_generic.o: /usr/include/sys/socket.h
clnt_generic.o: /usr/include/netinet/in.h
clnt_generic.o: ../rpc/svc_auth.h
clnt_generic.o: ../rpc/rpcb_clnt.h
clnt_generic.o: ../rpc/types.h
clnt_generic.o: ../rpc/rpcb_prot.h
clnt_generic.o: ../rpc/types.h
clnt_generic.o: /usr/include/sys/errno.h
clnt_generic.o: /usr/include/sys/syslog.h
clnt_generic.o: ../rpc/nettype.h
clnt_generic.o: ../netsel/netconfig.h
clnt_dg.o: clnt_dg.c
clnt_dg.o: ../rpc/rpc.h
clnt_dg.o: ../rpc/types.h
clnt_dg.o: /usr/include/sys/types.h
clnt_dg.o: /usr/include/sys/stdtypes.h
clnt_dg.o: /usr/include/sys/sysmacros.h
clnt_dg.o: /usr/include/sys/time.h
clnt_dg.o: /usr/include/time.h
clnt_dg.o: /usr/include/sys/stdtypes.h
clnt_dg.o: /usr/include/tiuser.h
clnt_dg.o: /usr/include/fcntl.h
clnt_dg.o: /usr/include/sys/fcntlcom.h
clnt_dg.o: /usr/include/sys/stdtypes.h
clnt_dg.o: /usr/include/sys/stat.h
clnt_dg.o: /usr/include/sys/types.h
clnt_dg.o: /usr/include/memory.h
clnt_dg.o: ../rpc/xdr.h
clnt_dg.o: ../rpc/netcvt.h
clnt_dg.o: ../rpc/auth.h
clnt_dg.o: ../rpc/clnt.h
clnt_dg.o: ../rpc/rpc_com.h
clnt_dg.o: ../rpc/clnt_soc.h
clnt_dg.o: /usr/include/sys/socket.h
clnt_dg.o: /usr/include/netinet/in.h
clnt_dg.o: ../rpc/rpc_msg.h
clnt_dg.o: ../rpc/auth_sys.h
clnt_dg.o: ../rpc/auth_des.h
clnt_dg.o: ../rpc/svc.h
clnt_dg.o: ../rpc/rpc_com.h
clnt_dg.o: ../rpc/svc_soc.h
clnt_dg.o: /usr/include/sys/socket.h
clnt_dg.o: /usr/include/netinet/in.h
clnt_dg.o: ../rpc/svc_auth.h
clnt_dg.o: ../rpc/rpcb_clnt.h
clnt_dg.o: ../rpc/types.h
clnt_dg.o: ../rpc/rpcb_prot.h
clnt_dg.o: ../rpc/types.h
clnt_dg.o: ../rpc/rac.h
clnt_dg.o: ../rpc/rac_private.h
clnt_dg.o: /usr/include/assert.h
clnt_dg.o: /usr/include/errno.h
clnt_dg.o: /usr/include/sys/errno.h
clnt_dg.o: /usr/include/sys/syslog.h
clnt_vc.o: clnt_vc.c
clnt_vc.o: ../rpc/rpc.h
clnt_vc.o: ../rpc/types.h
clnt_vc.o: /usr/include/sys/types.h
clnt_vc.o: /usr/include/sys/stdtypes.h
clnt_vc.o: /usr/include/sys/sysmacros.h
clnt_vc.o: /usr/include/sys/time.h
clnt_vc.o: /usr/include/time.h
clnt_vc.o: /usr/include/sys/stdtypes.h
clnt_vc.o: /usr/include/tiuser.h
clnt_vc.o: /usr/include/fcntl.h
clnt_vc.o: /usr/include/sys/fcntlcom.h
clnt_vc.o: /usr/include/sys/stdtypes.h
clnt_vc.o: /usr/include/sys/stat.h
clnt_vc.o: /usr/include/sys/types.h
clnt_vc.o: /usr/include/memory.h
clnt_vc.o: ../rpc/xdr.h
clnt_vc.o: ../rpc/netcvt.h
clnt_vc.o: ../rpc/auth.h
clnt_vc.o: ../rpc/clnt.h
clnt_vc.o: ../rpc/rpc_com.h
clnt_vc.o: ../rpc/clnt_soc.h
clnt_vc.o: /usr/include/sys/socket.h
clnt_vc.o: /usr/include/netinet/in.h
clnt_vc.o: ../rpc/rpc_msg.h
clnt_vc.o: ../rpc/auth_sys.h
clnt_vc.o: ../rpc/auth_des.h
clnt_vc.o: ../rpc/svc.h
clnt_vc.o: ../rpc/rpc_com.h
clnt_vc.o: ../rpc/svc_soc.h
clnt_vc.o: /usr/include/sys/socket.h
clnt_vc.o: /usr/include/netinet/in.h
clnt_vc.o: ../rpc/svc_auth.h
clnt_vc.o: ../rpc/rpcb_clnt.h
clnt_vc.o: ../rpc/types.h
clnt_vc.o: ../rpc/rpcb_prot.h
clnt_vc.o: ../rpc/types.h
clnt_vc.o: ../rpc/rac.h
clnt_vc.o: ../rpc/rac_private.h
clnt_vc.o: /usr/include/stdio.h
clnt_vc.o: /usr/include/assert.h
clnt_vc.o: /usr/include/errno.h
clnt_vc.o: /usr/include/sys/errno.h
clnt_vc.o: ../rpc/netcvt.h
clnt_vc.o: /usr/include/sys/syslog.h
clnt_perror.o: clnt_perror.c
clnt_perror.o: /usr/include/stdio.h
clnt_perror.o: ../rpc/types.h
clnt_perror.o: /usr/include/sys/types.h
clnt_perror.o: /usr/include/sys/stdtypes.h
clnt_perror.o: /usr/include/sys/sysmacros.h
clnt_perror.o: /usr/include/sys/time.h
clnt_perror.o: /usr/include/time.h
clnt_perror.o: /usr/include/sys/stdtypes.h
clnt_perror.o: ../rpc/auth.h
clnt_perror.o: ../rpc/clnt.h
clnt_perror.o: ../rpc/rpc_com.h
clnt_perror.o: ../rpc/clnt_soc.h
clnt_perror.o: /usr/include/sys/socket.h
clnt_perror.o: /usr/include/netinet/in.h
clnt_raw.o: clnt_raw.c
clnt_raw.o: ../rpc/rpc.h
clnt_raw.o: ../rpc/types.h
clnt_raw.o: /usr/include/sys/types.h
clnt_raw.o: /usr/include/sys/stdtypes.h
clnt_raw.o: /usr/include/sys/sysmacros.h
clnt_raw.o: /usr/include/sys/time.h
clnt_raw.o: /usr/include/time.h
clnt_raw.o: /usr/include/sys/stdtypes.h
clnt_raw.o: /usr/include/tiuser.h
clnt_raw.o: /usr/include/fcntl.h
clnt_raw.o: /usr/include/sys/fcntlcom.h
clnt_raw.o: /usr/include/sys/stdtypes.h
clnt_raw.o: /usr/include/sys/stat.h
clnt_raw.o: /usr/include/sys/types.h
clnt_raw.o: /usr/include/memory.h
clnt_raw.o: ../rpc/xdr.h
clnt_raw.o: ../rpc/netcvt.h
clnt_raw.o: ../rpc/auth.h
clnt_raw.o: ../rpc/clnt.h
clnt_raw.o: ../rpc/rpc_com.h
clnt_raw.o: ../rpc/clnt_soc.h
clnt_raw.o: /usr/include/sys/socket.h
clnt_raw.o: /usr/include/netinet/in.h
clnt_raw.o: ../rpc/rpc_msg.h
clnt_raw.o: ../rpc/auth_sys.h
clnt_raw.o: ../rpc/auth_des.h
clnt_raw.o: ../rpc/svc.h
clnt_raw.o: ../rpc/rpc_com.h
clnt_raw.o: ../rpc/svc_soc.h
clnt_raw.o: /usr/include/sys/socket.h
clnt_raw.o: /usr/include/netinet/in.h
clnt_raw.o: ../rpc/svc_auth.h
clnt_raw.o: ../rpc/rpcb_clnt.h
clnt_raw.o: ../rpc/types.h
clnt_raw.o: ../rpc/rpcb_prot.h
clnt_raw.o: ../rpc/types.h
clnt_raw.o: ../rpc/raw.h
clnt_raw.o: /usr/include/sys/syslog.h
clnt_simple.o: clnt_simple.c
clnt_simple.o: /usr/include/stdio.h
clnt_simple.o: ../rpc/rpc.h
clnt_simple.o: ../rpc/types.h
clnt_simple.o: /usr/include/sys/types.h
clnt_simple.o: /usr/include/sys/stdtypes.h
clnt_simple.o: /usr/include/sys/sysmacros.h
clnt_simple.o: /usr/include/sys/time.h
clnt_simple.o: /usr/include/time.h
clnt_simple.o: /usr/include/sys/stdtypes.h
clnt_simple.o: /usr/include/tiuser.h
clnt_simple.o: /usr/include/fcntl.h
clnt_simple.o: /usr/include/sys/fcntlcom.h
clnt_simple.o: /usr/include/sys/stdtypes.h
clnt_simple.o: /usr/include/sys/stat.h
clnt_simple.o: /usr/include/sys/types.h
clnt_simple.o: /usr/include/memory.h
clnt_simple.o: ../rpc/xdr.h
clnt_simple.o: ../rpc/netcvt.h
clnt_simple.o: ../rpc/auth.h
clnt_simple.o: ../rpc/clnt.h
clnt_simple.o: ../rpc/rpc_com.h
clnt_simple.o: ../rpc/clnt_soc.h
clnt_simple.o: /usr/include/sys/socket.h
clnt_simple.o: /usr/include/netinet/in.h
clnt_simple.o: ../rpc/rpc_msg.h
clnt_simple.o: ../rpc/auth_sys.h
clnt_simple.o: ../rpc/auth_des.h
clnt_simple.o: ../rpc/svc.h
clnt_simple.o: ../rpc/rpc_com.h
clnt_simple.o: ../rpc/svc_soc.h
clnt_simple.o: /usr/include/sys/socket.h
clnt_simple.o: /usr/include/netinet/in.h
clnt_simple.o: ../rpc/svc_auth.h
clnt_simple.o: ../rpc/rpcb_clnt.h
clnt_simple.o: ../rpc/types.h
clnt_simple.o: ../rpc/rpcb_prot.h
clnt_simple.o: ../rpc/types.h
clnt_simple.o: /usr/include/string.h
clnt_simple.o: /usr/include/sys/stdtypes.h
clnt_simple.o: /usr/include/sys/param.h
clnt_simple.o: /usr/include/machine/param.h
clnt_simple.o: /usr/include/sys/signal.h
clnt_simple.o: /usr/include/vm/faultcode.h
clnt_simple.o: /usr/include/sys/stdtypes.h
clnt_simple.o: /usr/include/sys/types.h
gethostname.o: gethostname.c
gethostname.o: /usr/include/sys/utsname.h
getrpcent.o: getrpcent.c
getrpcent.o: /usr/include/stdio.h
getrpcent.o: /usr/include/sys/types.h
getrpcent.o: /usr/include/sys/stdtypes.h
getrpcent.o: /usr/include/sys/sysmacros.h
getrpcent.o: ../rpc/rpcent.h
getrpcent.o: /usr/include/netdb.h
pmap_clnt.o: pmap_clnt.c
pmap_clnt.o: ../rpc/rpc.h
pmap_clnt.o: ../rpc/types.h
pmap_clnt.o: /usr/include/sys/types.h
pmap_clnt.o: /usr/include/sys/stdtypes.h
pmap_clnt.o: /usr/include/sys/sysmacros.h
pmap_clnt.o: /usr/include/sys/time.h
pmap_clnt.o: /usr/include/time.h
pmap_clnt.o: /usr/include/sys/stdtypes.h
pmap_clnt.o: /usr/include/tiuser.h
pmap_clnt.o: /usr/include/fcntl.h
pmap_clnt.o: /usr/include/sys/fcntlcom.h
pmap_clnt.o: /usr/include/sys/stdtypes.h
pmap_clnt.o: /usr/include/sys/stat.h
pmap_clnt.o: /usr/include/sys/types.h
pmap_clnt.o: /usr/include/memory.h
pmap_clnt.o: ../rpc/xdr.h
pmap_clnt.o: ../rpc/netcvt.h
pmap_clnt.o: ../rpc/auth.h
pmap_clnt.o: ../rpc/clnt.h
pmap_clnt.o: ../rpc/rpc_com.h
pmap_clnt.o: ../rpc/clnt_soc.h
pmap_clnt.o: /usr/include/sys/socket.h
pmap_clnt.o: /usr/include/netinet/in.h
pmap_clnt.o: ../rpc/rpc_msg.h
pmap_clnt.o: ../rpc/auth_sys.h
pmap_clnt.o: ../rpc/auth_des.h
pmap_clnt.o: ../rpc/svc.h
pmap_clnt.o: ../rpc/rpc_com.h
pmap_clnt.o: ../rpc/svc_soc.h
pmap_clnt.o: /usr/include/sys/socket.h
pmap_clnt.o: /usr/include/netinet/in.h
pmap_clnt.o: ../rpc/svc_auth.h
pmap_clnt.o: ../rpc/rpcb_clnt.h
pmap_clnt.o: ../rpc/types.h
pmap_clnt.o: ../rpc/rpcb_prot.h
pmap_clnt.o: ../rpc/types.h
pmap_clnt.o: ../rpc/nettype.h
pmap_clnt.o: ../netsel/netconfig.h
pmap_clnt.o: ../netdir/netdir.h
pmap_clnt.o: ../rpc/pmap_prot.h
pmap_clnt.o: ../rpc/types.h
pmap_clnt.o: ../rpc/pmap_clnt.h
pmap_clnt.o: ../rpc/pmap_rmt.h
pmap_clnt.o: /usr/include/sys/syslog.h
pmap_clnt.o: /usr/include/netinet/in.h
pmap_clnt.o: /usr/include/sys/socket.h
pmap_prot.o: pmap_prot.c
pmap_prot.o: ../rpc/types.h
pmap_prot.o: /usr/include/sys/types.h
pmap_prot.o: /usr/include/sys/stdtypes.h
pmap_prot.o: /usr/include/sys/sysmacros.h
pmap_prot.o: /usr/include/sys/time.h
pmap_prot.o: /usr/include/time.h
pmap_prot.o: /usr/include/sys/stdtypes.h
pmap_prot.o: ../rpc/xdr.h
pmap_prot.o: ../rpc/netcvt.h
pmap_prot.o: ../rpc/pmap_prot.h
pmap_prot.o: ../rpc/types.h
pmap_prot.o: ../rpc/pmap_rmt.h
portsun.o: portsun.c
portsun.o: /usr/include/stdio.h
portsun.o: /usr/include/fcntl.h
portsun.o: /usr/include/sys/fcntlcom.h
portsun.o: /usr/include/sys/stdtypes.h
portsun.o: /usr/include/sys/stat.h
portsun.o: /usr/include/sys/types.h
portsun.o: /usr/include/sys/stdtypes.h
portsun.o: /usr/include/sys/sysmacros.h
portsun.o: /usr/include/sys/ioctl.h
portsun.o: /usr/include/sys/ttychars.h
portsun.o: /usr/include/sys/ttydev.h
portsun.o: /usr/include/sys/ttold.h
portsun.o: /usr/include/sys/ioccom.h
portsun.o: /usr/include/sys/ttycom.h
portsun.o: /usr/include/sys/filio.h
portsun.o: /usr/include/sys/ioccom.h
portsun.o: /usr/include/sys/sockio.h
portsun.o: /usr/include/sys/ioccom.h
rpc_callmsg.o: rpc_callmsg.c
rpc_callmsg.o: /usr/include/sys/param.h
rpc_callmsg.o: /usr/include/machine/param.h
rpc_callmsg.o: /usr/include/sys/signal.h
rpc_callmsg.o: /usr/include/vm/faultcode.h
rpc_callmsg.o: /usr/include/sys/stdtypes.h
rpc_callmsg.o: /usr/include/sys/types.h
rpc_callmsg.o: /usr/include/sys/stdtypes.h
rpc_callmsg.o: /usr/include/sys/sysmacros.h
rpc_callmsg.o: ../rpc/rpc.h
rpc_callmsg.o: ../rpc/types.h
rpc_callmsg.o: /usr/include/sys/types.h
rpc_callmsg.o: /usr/include/sys/time.h
rpc_callmsg.o: /usr/include/time.h
rpc_callmsg.o: /usr/include/sys/stdtypes.h
rpc_callmsg.o: /usr/include/tiuser.h
rpc_callmsg.o: /usr/include/fcntl.h
rpc_callmsg.o: /usr/include/sys/fcntlcom.h
rpc_callmsg.o: /usr/include/sys/stdtypes.h
rpc_callmsg.o: /usr/include/sys/stat.h
rpc_callmsg.o: /usr/include/sys/types.h
rpc_callmsg.o: /usr/include/memory.h
rpc_callmsg.o: ../rpc/xdr.h
rpc_callmsg.o: ../rpc/netcvt.h
rpc_callmsg.o: ../rpc/auth.h
rpc_callmsg.o: ../rpc/clnt.h
rpc_callmsg.o: ../rpc/rpc_com.h
rpc_callmsg.o: ../rpc/clnt_soc.h
rpc_callmsg.o: /usr/include/sys/socket.h
rpc_callmsg.o: /usr/include/netinet/in.h
rpc_callmsg.o: ../rpc/rpc_msg.h
rpc_callmsg.o: ../rpc/auth_sys.h
rpc_callmsg.o: ../rpc/auth_des.h
rpc_callmsg.o: ../rpc/svc.h
rpc_callmsg.o: ../rpc/rpc_com.h
rpc_callmsg.o: ../rpc/svc_soc.h
rpc_callmsg.o: /usr/include/sys/socket.h
rpc_callmsg.o: /usr/include/netinet/in.h
rpc_callmsg.o: ../rpc/svc_auth.h
rpc_callmsg.o: ../rpc/rpcb_clnt.h
rpc_callmsg.o: ../rpc/types.h
rpc_callmsg.o: ../rpc/rpcb_prot.h
rpc_callmsg.o: ../rpc/types.h
rpc_callmsg.o: ../rpc/netcvt.h
rpc_comdata.o: rpc_comdata.c
rpc_comdata.o: ../rpc/rpc.h
rpc_comdata.o: ../rpc/types.h
rpc_comdata.o: /usr/include/sys/types.h
rpc_comdata.o: /usr/include/sys/stdtypes.h
rpc_comdata.o: /usr/include/sys/sysmacros.h
rpc_comdata.o: /usr/include/sys/time.h
rpc_comdata.o: /usr/include/time.h
rpc_comdata.o: /usr/include/sys/stdtypes.h
rpc_comdata.o: /usr/include/tiuser.h
rpc_comdata.o: /usr/include/fcntl.h
rpc_comdata.o: /usr/include/sys/fcntlcom.h
rpc_comdata.o: /usr/include/sys/stdtypes.h
rpc_comdata.o: /usr/include/sys/stat.h
rpc_comdata.o: /usr/include/sys/types.h
rpc_comdata.o: /usr/include/memory.h
rpc_comdata.o: ../rpc/xdr.h
rpc_comdata.o: ../rpc/netcvt.h
rpc_comdata.o: ../rpc/auth.h
rpc_comdata.o: ../rpc/clnt.h
rpc_comdata.o: ../rpc/rpc_com.h
rpc_comdata.o: ../rpc/clnt_soc.h
rpc_comdata.o: /usr/include/sys/socket.h
rpc_comdata.o: /usr/include/netinet/in.h
rpc_comdata.o: ../rpc/rpc_msg.h
rpc_comdata.o: ../rpc/auth_sys.h
rpc_comdata.o: ../rpc/auth_des.h
rpc_comdata.o: ../rpc/svc.h
rpc_comdata.o: ../rpc/rpc_com.h
rpc_comdata.o: ../rpc/svc_soc.h
rpc_comdata.o: /usr/include/sys/socket.h
rpc_comdata.o: /usr/include/netinet/in.h
rpc_comdata.o: ../rpc/svc_auth.h
rpc_comdata.o: ../rpc/rpcb_clnt.h
rpc_comdata.o: ../rpc/types.h
rpc_comdata.o: ../rpc/rpcb_prot.h
rpc_comdata.o: ../rpc/types.h
rpcdname.o: rpcdname.c
rpc_generic.o: rpc_generic.c
rpc_generic.o: /usr/include/stdio.h
rpc_generic.o: ../rpc/rpc.h
rpc_generic.o: ../rpc/types.h
rpc_generic.o: /usr/include/sys/types.h
rpc_generic.o: /usr/include/sys/stdtypes.h
rpc_generic.o: /usr/include/sys/sysmacros.h
rpc_generic.o: /usr/include/sys/time.h
rpc_generic.o: /usr/include/time.h
rpc_generic.o: /usr/include/sys/stdtypes.h
rpc_generic.o: /usr/include/tiuser.h
rpc_generic.o: /usr/include/fcntl.h
rpc_generic.o: /usr/include/sys/fcntlcom.h
rpc_generic.o: /usr/include/sys/stdtypes.h
rpc_generic.o: /usr/include/sys/stat.h
rpc_generic.o: /usr/include/sys/types.h
rpc_generic.o: /usr/include/memory.h
rpc_generic.o: ../rpc/xdr.h
rpc_generic.o: ../rpc/netcvt.h
rpc_generic.o: ../rpc/auth.h
rpc_generic.o: ../rpc/clnt.h
rpc_generic.o: ../rpc/rpc_com.h
rpc_generic.o: ../rpc/clnt_soc.h
rpc_generic.o: /usr/include/sys/socket.h
rpc_generic.o: /usr/include/netinet/in.h
rpc_generic.o: ../rpc/rpc_msg.h
rpc_generic.o: ../rpc/auth_sys.h
rpc_generic.o: ../rpc/auth_des.h
rpc_generic.o: ../rpc/svc.h
rpc_generic.o: ../rpc/rpc_com.h
rpc_generic.o: ../rpc/svc_soc.h
rpc_generic.o: /usr/include/sys/socket.h
rpc_generic.o: /usr/include/netinet/in.h
rpc_generic.o: ../rpc/svc_auth.h
rpc_generic.o: ../rpc/rpcb_clnt.h
rpc_generic.o: ../rpc/types.h
rpc_generic.o: ../rpc/rpcb_prot.h
rpc_generic.o: ../rpc/types.h
rpc_generic.o: ../rpc/nettype.h
rpc_generic.o: ../netsel/netconfig.h
rpc_generic.o: /usr/include/sys/param.h
rpc_generic.o: /usr/include/machine/param.h
rpc_generic.o: /usr/include/sys/signal.h
rpc_generic.o: /usr/include/vm/faultcode.h
rpc_generic.o: /usr/include/sys/stdtypes.h
rpc_generic.o: /usr/include/sys/types.h
rpc_generic.o: /usr/include/ctype.h
rpc_generic.o: /usr/include/sys/resource.h
rpc_generic.o: ../netsel/netconfig.h
rpc_generic.o: /usr/include/malloc.h
rpc_prot.o: rpc_prot.c
rpc_prot.o: /usr/include/sys/param.h
rpc_prot.o: /usr/include/machine/param.h
rpc_prot.o: /usr/include/sys/signal.h
rpc_prot.o: /usr/include/vm/faultcode.h
rpc_prot.o: /usr/include/sys/stdtypes.h
rpc_prot.o: /usr/include/sys/types.h
rpc_prot.o: /usr/include/sys/stdtypes.h
rpc_prot.o: /usr/include/sys/sysmacros.h
rpc_prot.o: ../rpc/rpc.h
rpc_prot.o: ../rpc/types.h
rpc_prot.o: /usr/include/sys/types.h
rpc_prot.o: /usr/include/sys/time.h
rpc_prot.o: /usr/include/time.h
rpc_prot.o: /usr/include/sys/stdtypes.h
rpc_prot.o: /usr/include/tiuser.h
rpc_prot.o: /usr/include/fcntl.h
rpc_prot.o: /usr/include/sys/fcntlcom.h
rpc_prot.o: /usr/include/sys/stdtypes.h
rpc_prot.o: /usr/include/sys/stat.h
rpc_prot.o: /usr/include/sys/types.h
rpc_prot.o: /usr/include/memory.h
rpc_prot.o: ../rpc/xdr.h
rpc_prot.o: ../rpc/netcvt.h
rpc_prot.o: ../rpc/auth.h
rpc_prot.o: ../rpc/clnt.h
rpc_prot.o: ../rpc/rpc_com.h
rpc_prot.o: ../rpc/clnt_soc.h
rpc_prot.o: /usr/include/sys/socket.h
rpc_prot.o: /usr/include/netinet/in.h
rpc_prot.o: ../rpc/rpc_msg.h
rpc_prot.o: ../rpc/auth_sys.h
rpc_prot.o: ../rpc/auth_des.h
rpc_prot.o: ../rpc/svc.h
rpc_prot.o: ../rpc/rpc_com.h
rpc_prot.o: ../rpc/svc_soc.h
rpc_prot.o: /usr/include/sys/socket.h
rpc_prot.o: /usr/include/netinet/in.h
rpc_prot.o: ../rpc/svc_auth.h
rpc_prot.o: ../rpc/rpcb_clnt.h
rpc_prot.o: ../rpc/types.h
rpc_prot.o: ../rpc/rpcb_prot.h
rpc_prot.o: ../rpc/types.h
rpc_soc.o: rpc_soc.c
rpc_soc.o: /usr/include/stdio.h
rpc_soc.o: ../rpc/rpc.h
rpc_soc.o: ../rpc/types.h
rpc_soc.o: /usr/include/sys/types.h
rpc_soc.o: /usr/include/sys/stdtypes.h
rpc_soc.o: /usr/include/sys/sysmacros.h
rpc_soc.o: /usr/include/sys/time.h
rpc_soc.o: /usr/include/time.h
rpc_soc.o: /usr/include/sys/stdtypes.h
rpc_soc.o: /usr/include/tiuser.h
rpc_soc.o: /usr/include/fcntl.h
rpc_soc.o: /usr/include/sys/fcntlcom.h
rpc_soc.o: /usr/include/sys/stdtypes.h
rpc_soc.o: /usr/include/sys/stat.h
rpc_soc.o: /usr/include/sys/types.h
rpc_soc.o: /usr/include/memory.h
rpc_soc.o: ../rpc/xdr.h
rpc_soc.o: ../rpc/netcvt.h
rpc_soc.o: ../rpc/auth.h
rpc_soc.o: ../rpc/clnt.h
rpc_soc.o: ../rpc/rpc_com.h
rpc_soc.o: ../rpc/clnt_soc.h
rpc_soc.o: /usr/include/sys/socket.h
rpc_soc.o: /usr/include/netinet/in.h
rpc_soc.o: ../rpc/rpc_msg.h
rpc_soc.o: ../rpc/auth_sys.h
rpc_soc.o: ../rpc/auth_des.h
rpc_soc.o: ../rpc/svc.h
rpc_soc.o: ../rpc/rpc_com.h
rpc_soc.o: ../rpc/svc_soc.h
rpc_soc.o: /usr/include/sys/socket.h
rpc_soc.o: /usr/include/netinet/in.h
rpc_soc.o: ../rpc/svc_auth.h
rpc_soc.o: ../rpc/rpcb_clnt.h
rpc_soc.o: ../rpc/types.h
rpc_soc.o: ../rpc/rpcb_prot.h
rpc_soc.o: ../rpc/types.h
rpc_soc.o: /usr/include/netinet/in.h
rpc_soc.o: /usr/include/sys/socket.h
rpc_soc.o: /usr/include/netdb.h
rpc_soc.o: ../netdir/netdir.h
rpc_soc.o: /usr/include/errno.h
rpc_soc.o: /usr/include/sys/errno.h
rpc_soc.o: /usr/include/sys/syslog.h
rpc_soc.o: ../rpc/pmap_clnt.h
rpc_soc.o: ../rpc/pmap_prot.h
rpc_soc.o: ../rpc/types.h
rpc_soc.o: ../rpc/nettype.h
rpc_soc.o: ../netsel/netconfig.h
rpcb_clnt.o: rpcb_clnt.c
rpcb_clnt.o: ../rpc/rpc.h
rpcb_clnt.o: ../rpc/types.h
rpcb_clnt.o: /usr/include/sys/types.h
rpcb_clnt.o: /usr/include/sys/stdtypes.h
rpcb_clnt.o: /usr/include/sys/sysmacros.h
rpcb_clnt.o: /usr/include/sys/time.h
rpcb_clnt.o: /usr/include/time.h
rpcb_clnt.o: /usr/include/sys/stdtypes.h
rpcb_clnt.o: /usr/include/tiuser.h
rpcb_clnt.o: /usr/include/fcntl.h
rpcb_clnt.o: /usr/include/sys/fcntlcom.h
rpcb_clnt.o: /usr/include/sys/stdtypes.h
rpcb_clnt.o: /usr/include/sys/stat.h
rpcb_clnt.o: /usr/include/sys/types.h
rpcb_clnt.o: /usr/include/memory.h
rpcb_clnt.o: ../rpc/xdr.h
rpcb_clnt.o: ../rpc/netcvt.h
rpcb_clnt.o: ../rpc/auth.h
rpcb_clnt.o: ../rpc/clnt.h
rpcb_clnt.o: ../rpc/rpc_com.h
rpcb_clnt.o: ../rpc/clnt_soc.h
rpcb_clnt.o: /usr/include/sys/socket.h
rpcb_clnt.o: /usr/include/netinet/in.h
rpcb_clnt.o: ../rpc/rpc_msg.h
rpcb_clnt.o: ../rpc/auth_sys.h
rpcb_clnt.o: ../rpc/auth_des.h
rpcb_clnt.o: ../rpc/svc.h
rpcb_clnt.o: ../rpc/rpc_com.h
rpcb_clnt.o: ../rpc/svc_soc.h
rpcb_clnt.o: /usr/include/sys/socket.h
rpcb_clnt.o: /usr/include/netinet/in.h
rpcb_clnt.o: ../rpc/svc_auth.h
rpcb_clnt.o: ../rpc/rpcb_clnt.h
rpcb_clnt.o: ../rpc/types.h
rpcb_clnt.o: ../rpc/rpcb_prot.h
rpcb_clnt.o: ../rpc/types.h
rpcb_clnt.o: ../rpc/rpcb_prot.h
rpcb_clnt.o: ../netsel/netconfig.h
rpcb_clnt.o: ../netdir/netdir.h
rpcb_clnt.o: ../rpc/nettype.h
rpcb_clnt.o: ../netsel/netconfig.h
rpcb_clnt.o: /usr/include/netinet/in.h
rpcb_clnt.o: /usr/include/sys/utsname.h
rpcb_prot.o: rpcb_prot.c
rpcb_prot.o: ../rpc/rpc.h
rpcb_prot.o: ../rpc/types.h
rpcb_prot.o: /usr/include/sys/types.h
rpcb_prot.o: /usr/include/sys/stdtypes.h
rpcb_prot.o: /usr/include/sys/sysmacros.h
rpcb_prot.o: /usr/include/sys/time.h
rpcb_prot.o: /usr/include/time.h
rpcb_prot.o: /usr/include/sys/stdtypes.h
rpcb_prot.o: /usr/include/tiuser.h
rpcb_prot.o: /usr/include/fcntl.h
rpcb_prot.o: /usr/include/sys/fcntlcom.h
rpcb_prot.o: /usr/include/sys/stdtypes.h
rpcb_prot.o: /usr/include/sys/stat.h
rpcb_prot.o: /usr/include/sys/types.h
rpcb_prot.o: /usr/include/memory.h
rpcb_prot.o: ../rpc/xdr.h
rpcb_prot.o: ../rpc/netcvt.h
rpcb_prot.o: ../rpc/auth.h
rpcb_prot.o: ../rpc/clnt.h
rpcb_prot.o: ../rpc/rpc_com.h
rpcb_prot.o: ../rpc/clnt_soc.h
rpcb_prot.o: /usr/include/sys/socket.h
rpcb_prot.o: /usr/include/netinet/in.h
rpcb_prot.o: ../rpc/rpc_msg.h
rpcb_prot.o: ../rpc/auth_sys.h
rpcb_prot.o: ../rpc/auth_des.h
rpcb_prot.o: ../rpc/svc.h
rpcb_prot.o: ../rpc/rpc_com.h
rpcb_prot.o: ../rpc/svc_soc.h
rpcb_prot.o: /usr/include/sys/socket.h
rpcb_prot.o: /usr/include/netinet/in.h
rpcb_prot.o: ../rpc/svc_auth.h
rpcb_prot.o: ../rpc/rpcb_clnt.h
rpcb_prot.o: ../rpc/types.h
rpcb_prot.o: ../rpc/rpcb_prot.h
rpcb_prot.o: ../rpc/types.h
rpcb_prot.o: ../rpc/types.h
rpcb_prot.o: ../rpc/xdr.h
rpcb_prot.o: ../rpc/rpcb_prot.h
svc.o: svc.c
svc.o: /usr/include/sys/errno.h
svc.o: ../rpc/rpc.h
svc.o: ../rpc/types.h
svc.o: /usr/include/sys/types.h
svc.o: /usr/include/sys/stdtypes.h
svc.o: /usr/include/sys/sysmacros.h
svc.o: /usr/include/sys/time.h
svc.o: /usr/include/time.h
svc.o: /usr/include/sys/stdtypes.h
svc.o: /usr/include/tiuser.h
svc.o: /usr/include/fcntl.h
svc.o: /usr/include/sys/fcntlcom.h
svc.o: /usr/include/sys/stdtypes.h
svc.o: /usr/include/sys/stat.h
svc.o: /usr/include/sys/types.h
svc.o: /usr/include/memory.h
svc.o: ../rpc/xdr.h
svc.o: ../rpc/netcvt.h
svc.o: ../rpc/auth.h
svc.o: ../rpc/clnt.h
svc.o: ../rpc/rpc_com.h
svc.o: ../rpc/clnt_soc.h
svc.o: /usr/include/sys/socket.h
svc.o: /usr/include/netinet/in.h
svc.o: ../rpc/rpc_msg.h
svc.o: ../rpc/auth_sys.h
svc.o: ../rpc/auth_des.h
svc.o: ../rpc/svc.h
svc.o: ../rpc/rpc_com.h
svc.o: ../rpc/svc_soc.h
svc.o: /usr/include/sys/socket.h
svc.o: /usr/include/netinet/in.h
svc.o: ../rpc/svc_auth.h
svc.o: ../rpc/rpcb_clnt.h
svc.o: ../rpc/types.h
svc.o: ../rpc/rpcb_prot.h
svc.o: ../rpc/types.h
svc.o: ../rpc/pmap_clnt.h
svc.o: ../netsel/netconfig.h
svc_auth.o: svc_auth.c
svc_auth.o: ../rpc/rpc.h
svc_auth.o: ../rpc/types.h
svc_auth.o: /usr/include/sys/types.h
svc_auth.o: /usr/include/sys/stdtypes.h
svc_auth.o: /usr/include/sys/sysmacros.h
svc_auth.o: /usr/include/sys/time.h
svc_auth.o: /usr/include/time.h
svc_auth.o: /usr/include/sys/stdtypes.h
svc_auth.o: /usr/include/tiuser.h
svc_auth.o: /usr/include/fcntl.h
svc_auth.o: /usr/include/sys/fcntlcom.h
svc_auth.o: /usr/include/sys/stdtypes.h
svc_auth.o: /usr/include/sys/stat.h
svc_auth.o: /usr/include/sys/types.h
svc_auth.o: /usr/include/memory.h
svc_auth.o: ../rpc/xdr.h
svc_auth.o: ../rpc/netcvt.h
svc_auth.o: ../rpc/auth.h
svc_auth.o: ../rpc/clnt.h
svc_auth.o: ../rpc/rpc_com.h
svc_auth.o: ../rpc/clnt_soc.h
svc_auth.o: /usr/include/sys/socket.h
svc_auth.o: /usr/include/netinet/in.h
svc_auth.o: ../rpc/rpc_msg.h
svc_auth.o: ../rpc/auth_sys.h
svc_auth.o: ../rpc/auth_des.h
svc_auth.o: ../rpc/svc.h
svc_auth.o: ../rpc/rpc_com.h
svc_auth.o: ../rpc/svc_soc.h
svc_auth.o: /usr/include/sys/socket.h
svc_auth.o: /usr/include/netinet/in.h
svc_auth.o: ../rpc/svc_auth.h
svc_auth.o: ../rpc/rpcb_clnt.h
svc_auth.o: ../rpc/types.h
svc_auth.o: ../rpc/rpcb_prot.h
svc_auth.o: ../rpc/types.h
svc_auth_sys.o: svc_auth_sys.c
svc_auth_sys.o: /usr/include/stdio.h
svc_auth_sys.o: ../rpc/rpc.h
svc_auth_sys.o: ../rpc/types.h
svc_auth_sys.o: /usr/include/sys/types.h
svc_auth_sys.o: /usr/include/sys/stdtypes.h
svc_auth_sys.o: /usr/include/sys/sysmacros.h
svc_auth_sys.o: /usr/include/sys/time.h
svc_auth_sys.o: /usr/include/time.h
svc_auth_sys.o: /usr/include/sys/stdtypes.h
svc_auth_sys.o: /usr/include/tiuser.h
svc_auth_sys.o: /usr/include/fcntl.h
svc_auth_sys.o: /usr/include/sys/fcntlcom.h
svc_auth_sys.o: /usr/include/sys/stdtypes.h
svc_auth_sys.o: /usr/include/sys/stat.h
svc_auth_sys.o: /usr/include/sys/types.h
svc_auth_sys.o: /usr/include/memory.h
svc_auth_sys.o: ../rpc/xdr.h
svc_auth_sys.o: ../rpc/netcvt.h
svc_auth_sys.o: ../rpc/auth.h
svc_auth_sys.o: ../rpc/clnt.h
svc_auth_sys.o: ../rpc/rpc_com.h
svc_auth_sys.o: ../rpc/clnt_soc.h
svc_auth_sys.o: /usr/include/sys/socket.h
svc_auth_sys.o: /usr/include/netinet/in.h
svc_auth_sys.o: ../rpc/rpc_msg.h
svc_auth_sys.o: ../rpc/auth_sys.h
svc_auth_sys.o: ../rpc/auth_des.h
svc_auth_sys.o: ../rpc/svc.h
svc_auth_sys.o: ../rpc/rpc_com.h
svc_auth_sys.o: ../rpc/svc_soc.h
svc_auth_sys.o: /usr/include/sys/socket.h
svc_auth_sys.o: /usr/include/netinet/in.h
svc_auth_sys.o: ../rpc/svc_auth.h
svc_auth_sys.o: ../rpc/rpcb_clnt.h
svc_auth_sys.o: ../rpc/types.h
svc_auth_sys.o: ../rpc/rpcb_prot.h
svc_auth_sys.o: ../rpc/types.h
svc_auth_sys.o: /usr/include/sys/syslog.h
svc_dg.o: svc_dg.c
svc_dg.o: /usr/include/stdio.h
svc_dg.o: ../rpc/rpc.h
svc_dg.o: ../rpc/types.h
svc_dg.o: /usr/include/sys/types.h
svc_dg.o: /usr/include/sys/stdtypes.h
svc_dg.o: /usr/include/sys/sysmacros.h
svc_dg.o: /usr/include/sys/time.h
svc_dg.o: /usr/include/time.h
svc_dg.o: /usr/include/sys/stdtypes.h
svc_dg.o: /usr/include/tiuser.h
svc_dg.o: /usr/include/fcntl.h
svc_dg.o: /usr/include/sys/fcntlcom.h
svc_dg.o: /usr/include/sys/stdtypes.h
svc_dg.o: /usr/include/sys/stat.h
svc_dg.o: /usr/include/sys/types.h
svc_dg.o: /usr/include/memory.h
svc_dg.o: ../rpc/xdr.h
svc_dg.o: ../rpc/netcvt.h
svc_dg.o: ../rpc/auth.h
svc_dg.o: ../rpc/clnt.h
svc_dg.o: ../rpc/rpc_com.h
svc_dg.o: ../rpc/clnt_soc.h
svc_dg.o: /usr/include/sys/socket.h
svc_dg.o: /usr/include/netinet/in.h
svc_dg.o: ../rpc/rpc_msg.h
svc_dg.o: ../rpc/auth_sys.h
svc_dg.o: ../rpc/auth_des.h
svc_dg.o: ../rpc/svc.h
svc_dg.o: ../rpc/rpc_com.h
svc_dg.o: ../rpc/svc_soc.h
svc_dg.o: /usr/include/sys/socket.h
svc_dg.o: /usr/include/netinet/in.h
svc_dg.o: ../rpc/svc_auth.h
svc_dg.o: ../rpc/rpcb_clnt.h
svc_dg.o: ../rpc/types.h
svc_dg.o: ../rpc/rpcb_prot.h
svc_dg.o: ../rpc/types.h
svc_dg.o: /usr/include/errno.h
svc_dg.o: /usr/include/sys/errno.h
svc_dg.o: /usr/include/sys/syslog.h
svc_vc.o: svc_vc.c
svc_vc.o: /usr/include/stdio.h
svc_vc.o: ../rpc/rpc.h
svc_vc.o: ../rpc/types.h
svc_vc.o: /usr/include/sys/types.h
svc_vc.o: /usr/include/sys/stdtypes.h
svc_vc.o: /usr/include/sys/sysmacros.h
svc_vc.o: /usr/include/sys/time.h
svc_vc.o: /usr/include/time.h
svc_vc.o: /usr/include/sys/stdtypes.h
svc_vc.o: /usr/include/tiuser.h
svc_vc.o: /usr/include/fcntl.h
svc_vc.o: /usr/include/sys/fcntlcom.h
svc_vc.o: /usr/include/sys/stdtypes.h
svc_vc.o: /usr/include/sys/stat.h
svc_vc.o: /usr/include/sys/types.h
svc_vc.o: /usr/include/memory.h
svc_vc.o: ../rpc/xdr.h
svc_vc.o: ../rpc/netcvt.h
svc_vc.o: ../rpc/auth.h
svc_vc.o: ../rpc/clnt.h
svc_vc.o: ../rpc/rpc_com.h
svc_vc.o: ../rpc/clnt_soc.h
svc_vc.o: /usr/include/sys/socket.h
svc_vc.o: /usr/include/netinet/in.h
svc_vc.o: ../rpc/rpc_msg.h
svc_vc.o: ../rpc/auth_sys.h
svc_vc.o: ../rpc/auth_des.h
svc_vc.o: ../rpc/svc.h
svc_vc.o: ../rpc/rpc_com.h
svc_vc.o: ../rpc/svc_soc.h
svc_vc.o: /usr/include/sys/socket.h
svc_vc.o: /usr/include/netinet/in.h
svc_vc.o: ../rpc/svc_auth.h
svc_vc.o: ../rpc/rpcb_clnt.h
svc_vc.o: ../rpc/types.h
svc_vc.o: ../rpc/rpcb_prot.h
svc_vc.o: ../rpc/types.h
svc_vc.o: /usr/include/errno.h
svc_vc.o: /usr/include/sys/errno.h
svc_vc.o: /usr/include/sys/stat.h
svc_vc.o: /usr/include/sys/syslog.h
svc_vc.o: ../rpc/nettype.h
svc_vc.o: ../netsel/netconfig.h
svc_generic.o: svc_generic.c
svc_generic.o: /usr/include/stdio.h
svc_generic.o: ../rpc/rpc.h
svc_generic.o: ../rpc/types.h
svc_generic.o: /usr/include/sys/types.h
svc_generic.o: /usr/include/sys/stdtypes.h
svc_generic.o: /usr/include/sys/sysmacros.h
svc_generic.o: /usr/include/sys/time.h
svc_generic.o: /usr/include/time.h
svc_generic.o: /usr/include/sys/stdtypes.h
svc_generic.o: /usr/include/tiuser.h
svc_generic.o: /usr/include/fcntl.h
svc_generic.o: /usr/include/sys/fcntlcom.h
svc_generic.o: /usr/include/sys/stdtypes.h
svc_generic.o: /usr/include/sys/stat.h
svc_generic.o: /usr/include/sys/types.h
svc_generic.o: /usr/include/memory.h
svc_generic.o: ../rpc/xdr.h
svc_generic.o: ../rpc/netcvt.h
svc_generic.o: ../rpc/auth.h
svc_generic.o: ../rpc/clnt.h
svc_generic.o: ../rpc/rpc_com.h
svc_generic.o: ../rpc/clnt_soc.h
svc_generic.o: /usr/include/sys/socket.h
svc_generic.o: /usr/include/netinet/in.h
svc_generic.o: ../rpc/rpc_msg.h
svc_generic.o: ../rpc/auth_sys.h
svc_generic.o: ../rpc/auth_des.h
svc_generic.o: ../rpc/svc.h
svc_generic.o: ../rpc/rpc_com.h
svc_generic.o: ../rpc/svc_soc.h
svc_generic.o: /usr/include/sys/socket.h
svc_generic.o: /usr/include/netinet/in.h
svc_generic.o: ../rpc/svc_auth.h
svc_generic.o: ../rpc/rpcb_clnt.h
svc_generic.o: ../rpc/types.h
svc_generic.o: ../rpc/rpcb_prot.h
svc_generic.o: ../rpc/types.h
svc_generic.o: /usr/include/errno.h
svc_generic.o: /usr/include/sys/errno.h
svc_generic.o: /usr/include/sys/syslog.h
svc_generic.o: ../rpc/nettype.h
svc_generic.o: ../netsel/netconfig.h
svc_generic.o: /usr/include/malloc.h
svc_raw.o: svc_raw.c
svc_raw.o: ../rpc/rpc.h
svc_raw.o: ../rpc/types.h
svc_raw.o: /usr/include/sys/types.h
svc_raw.o: /usr/include/sys/stdtypes.h
svc_raw.o: /usr/include/sys/sysmacros.h
svc_raw.o: /usr/include/sys/time.h
svc_raw.o: /usr/include/time.h
svc_raw.o: /usr/include/sys/stdtypes.h
svc_raw.o: /usr/include/tiuser.h
svc_raw.o: /usr/include/fcntl.h
svc_raw.o: /usr/include/sys/fcntlcom.h
svc_raw.o: /usr/include/sys/stdtypes.h
svc_raw.o: /usr/include/sys/stat.h
svc_raw.o: /usr/include/sys/types.h
svc_raw.o: /usr/include/memory.h
svc_raw.o: ../rpc/xdr.h
svc_raw.o: ../rpc/netcvt.h
svc_raw.o: ../rpc/auth.h
svc_raw.o: ../rpc/clnt.h
svc_raw.o: ../rpc/rpc_com.h
svc_raw.o: ../rpc/clnt_soc.h
svc_raw.o: /usr/include/sys/socket.h
svc_raw.o: /usr/include/netinet/in.h
svc_raw.o: ../rpc/rpc_msg.h
svc_raw.o: ../rpc/auth_sys.h
svc_raw.o: ../rpc/auth_des.h
svc_raw.o: ../rpc/svc.h
svc_raw.o: ../rpc/rpc_com.h
svc_raw.o: ../rpc/svc_soc.h
svc_raw.o: /usr/include/sys/socket.h
svc_raw.o: /usr/include/netinet/in.h
svc_raw.o: ../rpc/svc_auth.h
svc_raw.o: ../rpc/rpcb_clnt.h
svc_raw.o: ../rpc/types.h
svc_raw.o: ../rpc/rpcb_prot.h
svc_raw.o: ../rpc/types.h
svc_raw.o: ../rpc/raw.h
svc_run.o: svc_run.c
svc_run.o: ../rpc/rpc.h
svc_run.o: ../rpc/types.h
svc_run.o: /usr/include/sys/types.h
svc_run.o: /usr/include/sys/stdtypes.h
svc_run.o: /usr/include/sys/sysmacros.h
svc_run.o: /usr/include/sys/time.h
svc_run.o: /usr/include/time.h
svc_run.o: /usr/include/sys/stdtypes.h
svc_run.o: /usr/include/tiuser.h
svc_run.o: /usr/include/fcntl.h
svc_run.o: /usr/include/sys/fcntlcom.h
svc_run.o: /usr/include/sys/stdtypes.h
svc_run.o: /usr/include/sys/stat.h
svc_run.o: /usr/include/sys/types.h
svc_run.o: /usr/include/memory.h
svc_run.o: ../rpc/xdr.h
svc_run.o: ../rpc/netcvt.h
svc_run.o: ../rpc/auth.h
svc_run.o: ../rpc/clnt.h
svc_run.o: ../rpc/rpc_com.h
svc_run.o: ../rpc/clnt_soc.h
svc_run.o: /usr/include/sys/socket.h
svc_run.o: /usr/include/netinet/in.h
svc_run.o: ../rpc/rpc_msg.h
svc_run.o: ../rpc/auth_sys.h
svc_run.o: ../rpc/auth_des.h
svc_run.o: ../rpc/svc.h
svc_run.o: ../rpc/rpc_com.h
svc_run.o: ../rpc/svc_soc.h
svc_run.o: /usr/include/sys/socket.h
svc_run.o: /usr/include/netinet/in.h
svc_run.o: ../rpc/svc_auth.h
svc_run.o: ../rpc/rpcb_clnt.h
svc_run.o: ../rpc/types.h
svc_run.o: ../rpc/rpcb_prot.h
svc_run.o: ../rpc/types.h
svc_run.o: /usr/include/sys/errno.h
svc_run.o: /usr/include/sys/syslog.h
svc_simple.o: svc_simple.c
svc_simple.o: /usr/include/stdio.h
svc_simple.o: ../rpc/rpc.h
svc_simple.o: ../rpc/types.h
svc_simple.o: /usr/include/sys/types.h
svc_simple.o: /usr/include/sys/stdtypes.h
svc_simple.o: /usr/include/sys/sysmacros.h
svc_simple.o: /usr/include/sys/time.h
svc_simple.o: /usr/include/time.h
svc_simple.o: /usr/include/sys/stdtypes.h
svc_simple.o: /usr/include/tiuser.h
svc_simple.o: /usr/include/fcntl.h
svc_simple.o: /usr/include/sys/fcntlcom.h
svc_simple.o: /usr/include/sys/stdtypes.h
svc_simple.o: /usr/include/sys/stat.h
svc_simple.o: /usr/include/sys/types.h
svc_simple.o: /usr/include/memory.h
svc_simple.o: ../rpc/xdr.h
svc_simple.o: ../rpc/netcvt.h
svc_simple.o: ../rpc/auth.h
svc_simple.o: ../rpc/clnt.h
svc_simple.o: ../rpc/rpc_com.h
svc_simple.o: ../rpc/clnt_soc.h
svc_simple.o: /usr/include/sys/socket.h
svc_simple.o: /usr/include/netinet/in.h
svc_simple.o: ../rpc/rpc_msg.h
svc_simple.o: ../rpc/auth_sys.h
svc_simple.o: ../rpc/auth_des.h
svc_simple.o: ../rpc/svc.h
svc_simple.o: ../rpc/rpc_com.h
svc_simple.o: ../rpc/svc_soc.h
svc_simple.o: /usr/include/sys/socket.h
svc_simple.o: /usr/include/netinet/in.h
svc_simple.o: ../rpc/svc_auth.h
svc_simple.o: ../rpc/rpcb_clnt.h
svc_simple.o: ../rpc/types.h
svc_simple.o: ../rpc/rpcb_prot.h
svc_simple.o: ../rpc/types.h
svc_simple.o: /usr/include/sys/syslog.h
svc_simple.o: ../rpc/nettype.h
svc_simple.o: ../netsel/netconfig.h
syslog.o: syslog.c
syslog.o: /usr/include/stdio.h
syslog.o: /usr/include/sys/types.h
syslog.o: /usr/include/sys/stdtypes.h
syslog.o: /usr/include/sys/sysmacros.h
syslog.o: /usr/include/fcntl.h
syslog.o: /usr/include/sys/fcntlcom.h
syslog.o: /usr/include/sys/stdtypes.h
syslog.o: /usr/include/sys/stat.h
syslog.o: /usr/include/sys/types.h
syslog.o: /usr/include/string.h
syslog.o: /usr/include/sys/stdtypes.h
ti_opts.o: ti_opts.c
ti_opts.o: /usr/include/stdio.h
ti_opts.o: /usr/include/sys/types.h
ti_opts.o: /usr/include/sys/stdtypes.h
ti_opts.o: /usr/include/sys/sysmacros.h
ti_opts.o: /usr/include/tiuser.h
ti_opts.o: ../rpc/rpc.h
ti_opts.o: ../rpc/types.h
ti_opts.o: /usr/include/sys/types.h
ti_opts.o: /usr/include/sys/time.h
ti_opts.o: /usr/include/time.h
ti_opts.o: /usr/include/sys/stdtypes.h
ti_opts.o: /usr/include/tiuser.h
ti_opts.o: /usr/include/fcntl.h
ti_opts.o: /usr/include/sys/fcntlcom.h
ti_opts.o: /usr/include/sys/stdtypes.h
ti_opts.o: /usr/include/sys/stat.h
ti_opts.o: /usr/include/sys/types.h
ti_opts.o: /usr/include/memory.h
ti_opts.o: ../rpc/xdr.h
ti_opts.o: ../rpc/netcvt.h
ti_opts.o: ../rpc/auth.h
ti_opts.o: ../rpc/clnt.h
ti_opts.o: ../rpc/rpc_com.h
ti_opts.o: ../rpc/clnt_soc.h
ti_opts.o: /usr/include/sys/socket.h
ti_opts.o: /usr/include/netinet/in.h
ti_opts.o: ../rpc/rpc_msg.h
ti_opts.o: ../rpc/auth_sys.h
ti_opts.o: ../rpc/auth_des.h
ti_opts.o: ../rpc/svc.h
ti_opts.o: ../rpc/rpc_com.h
ti_opts.o: ../rpc/svc_soc.h
ti_opts.o: /usr/include/sys/socket.h
ti_opts.o: /usr/include/netinet/in.h
ti_opts.o: ../rpc/svc_auth.h
ti_opts.o: ../rpc/rpcb_clnt.h
ti_opts.o: ../rpc/types.h
ti_opts.o: ../rpc/rpcb_prot.h
ti_opts.o: ../rpc/types.h
ti_opts.o: ../../sys/nettli/lodg_tli.h
xdr.o: xdr.c
xdr.o: /usr/include/sys/syslog.h
xdr.o: /usr/include/stdio.h
xdr.o: ../rpc/types.h
xdr.o: /usr/include/sys/types.h
xdr.o: /usr/include/sys/stdtypes.h
xdr.o: /usr/include/sys/sysmacros.h
xdr.o: /usr/include/sys/time.h
xdr.o: /usr/include/time.h
xdr.o: /usr/include/sys/stdtypes.h
xdr.o: ../rpc/xdr.h
xdr.o: ../rpc/netcvt.h
xdr_array.o: xdr_array.c
xdr_array.o: /usr/include/sys/syslog.h
xdr_array.o: /usr/include/stdio.h
xdr_array.o: ../rpc/types.h
xdr_array.o: /usr/include/sys/types.h
xdr_array.o: /usr/include/sys/stdtypes.h
xdr_array.o: /usr/include/sys/sysmacros.h
xdr_array.o: /usr/include/sys/time.h
xdr_array.o: /usr/include/time.h
xdr_array.o: /usr/include/sys/stdtypes.h
xdr_array.o: ../rpc/xdr.h
xdr_array.o: ../rpc/netcvt.h
xdr_array.o: /usr/include/memory.h
xdr_float.o: xdr_float.c
xdr_float.o: /usr/include/stdio.h
xdr_float.o: ../rpc/types.h
xdr_float.o: /usr/include/sys/types.h
xdr_float.o: /usr/include/sys/stdtypes.h
xdr_float.o: /usr/include/sys/sysmacros.h
xdr_float.o: /usr/include/sys/time.h
xdr_float.o: /usr/include/time.h
xdr_float.o: /usr/include/sys/stdtypes.h
xdr_float.o: ../rpc/xdr.h
xdr_float.o: ../rpc/netcvt.h
xdr_mem.o: xdr_mem.c
xdr_mem.o: ../rpc/types.h
xdr_mem.o: /usr/include/sys/types.h
xdr_mem.o: /usr/include/sys/stdtypes.h
xdr_mem.o: /usr/include/sys/sysmacros.h
xdr_mem.o: /usr/include/sys/time.h
xdr_mem.o: /usr/include/time.h
xdr_mem.o: /usr/include/sys/stdtypes.h
xdr_mem.o: ../rpc/xdr.h
xdr_mem.o: ../rpc/netcvt.h
xdr_mem.o: /usr/include/memory.h
xdr_rec.o: xdr_rec.c
xdr_rec.o: /usr/include/stdio.h
xdr_rec.o: ../rpc/types.h
xdr_rec.o: /usr/include/sys/types.h
xdr_rec.o: /usr/include/sys/stdtypes.h
xdr_rec.o: /usr/include/sys/sysmacros.h
xdr_rec.o: /usr/include/sys/time.h
xdr_rec.o: /usr/include/time.h
xdr_rec.o: /usr/include/sys/stdtypes.h
xdr_rec.o: ../rpc/xdr.h
xdr_rec.o: ../rpc/netcvt.h
xdr_rec.o: /usr/include/sys/syslog.h
xdr_rec.o: /usr/include/memory.h
xdr_refer.o: xdr_refer.c
xdr_refer.o: /usr/include/sys/syslog.h
xdr_refer.o: /usr/include/stdio.h
xdr_refer.o: ../rpc/types.h
xdr_refer.o: /usr/include/sys/types.h
xdr_refer.o: /usr/include/sys/stdtypes.h
xdr_refer.o: /usr/include/sys/sysmacros.h
xdr_refer.o: /usr/include/sys/time.h
xdr_refer.o: /usr/include/time.h
xdr_refer.o: /usr/include/sys/stdtypes.h
xdr_refer.o: ../rpc/xdr.h
xdr_refer.o: ../rpc/netcvt.h
xdr_refer.o: /usr/include/memory.h
xdr_stdio.o: xdr_stdio.c
xdr_stdio.o: ../rpc/types.h
xdr_stdio.o: /usr/include/sys/types.h
xdr_stdio.o: /usr/include/sys/stdtypes.h
xdr_stdio.o: /usr/include/sys/sysmacros.h
xdr_stdio.o: /usr/include/sys/time.h
xdr_stdio.o: /usr/include/time.h
xdr_stdio.o: /usr/include/sys/stdtypes.h
xdr_stdio.o: /usr/include/stdio.h
xdr_stdio.o: ../rpc/xdr.h
xdr_stdio.o: ../rpc/netcvt.h
rac.o: rac.c
rac.o: ../rpc/rpc.h
rac.o: ../rpc/types.h
rac.o: /usr/include/sys/types.h
rac.o: /usr/include/sys/stdtypes.h
rac.o: /usr/include/sys/sysmacros.h
rac.o: /usr/include/sys/time.h
rac.o: /usr/include/time.h
rac.o: /usr/include/sys/stdtypes.h
rac.o: /usr/include/tiuser.h
rac.o: /usr/include/fcntl.h
rac.o: /usr/include/sys/fcntlcom.h
rac.o: /usr/include/sys/stdtypes.h
rac.o: /usr/include/sys/stat.h
rac.o: /usr/include/sys/types.h
rac.o: /usr/include/memory.h
rac.o: ../rpc/xdr.h
rac.o: ../rpc/netcvt.h
rac.o: ../rpc/auth.h
rac.o: ../rpc/clnt.h
rac.o: ../rpc/rpc_com.h
rac.o: ../rpc/clnt_soc.h
rac.o: /usr/include/sys/socket.h
rac.o: /usr/include/netinet/in.h
rac.o: ../rpc/rpc_msg.h
rac.o: ../rpc/auth_sys.h
rac.o: ../rpc/auth_des.h
rac.o: ../rpc/svc.h
rac.o: ../rpc/rpc_com.h
rac.o: ../rpc/svc_soc.h
rac.o: /usr/include/sys/socket.h
rac.o: /usr/include/netinet/in.h
rac.o: ../rpc/svc_auth.h
rac.o: ../rpc/rpcb_clnt.h
rac.o: ../rpc/types.h
rac.o: ../rpc/rpcb_prot.h
rac.o: ../rpc/types.h
rac.o: ../rpc/rac.h
rac.o: ../rpc/rac_private.h
xdr_rec_subr.o: xdr_rec_subr.c
xdr_rec_subr.o: ../rpc/rpc.h
xdr_rec_subr.o: ../rpc/types.h
xdr_rec_subr.o: /usr/include/sys/types.h
xdr_rec_subr.o: /usr/include/sys/stdtypes.h
xdr_rec_subr.o: /usr/include/sys/sysmacros.h
xdr_rec_subr.o: /usr/include/sys/time.h
xdr_rec_subr.o: /usr/include/time.h
xdr_rec_subr.o: /usr/include/sys/stdtypes.h
xdr_rec_subr.o: /usr/include/tiuser.h
xdr_rec_subr.o: /usr/include/fcntl.h
xdr_rec_subr.o: /usr/include/sys/fcntlcom.h
xdr_rec_subr.o: /usr/include/sys/stdtypes.h
xdr_rec_subr.o: /usr/include/sys/stat.h
xdr_rec_subr.o: /usr/include/sys/types.h
xdr_rec_subr.o: /usr/include/memory.h
xdr_rec_subr.o: ../rpc/xdr.h
xdr_rec_subr.o: ../rpc/netcvt.h
xdr_rec_subr.o: ../rpc/auth.h
xdr_rec_subr.o: ../rpc/clnt.h
xdr_rec_subr.o: ../rpc/rpc_com.h
xdr_rec_subr.o: ../rpc/clnt_soc.h
xdr_rec_subr.o: /usr/include/sys/socket.h
xdr_rec_subr.o: /usr/include/netinet/in.h
xdr_rec_subr.o: ../rpc/rpc_msg.h
xdr_rec_subr.o: ../rpc/auth_sys.h
xdr_rec_subr.o: ../rpc/auth_des.h
xdr_rec_subr.o: ../rpc/svc.h
xdr_rec_subr.o: ../rpc/rpc_com.h
xdr_rec_subr.o: ../rpc/svc_soc.h
xdr_rec_subr.o: /usr/include/sys/socket.h
xdr_rec_subr.o: /usr/include/netinet/in.h
xdr_rec_subr.o: ../rpc/svc_auth.h
xdr_rec_subr.o: ../rpc/rpcb_clnt.h
xdr_rec_subr.o: ../rpc/types.h
xdr_rec_subr.o: ../rpc/rpcb_prot.h
xdr_rec_subr.o: ../rpc/types.h
xdr_rec_subr.o: /usr/include/sys/param.h
xdr_rec_subr.o: /usr/include/machine/param.h
xdr_rec_subr.o: /usr/include/sys/signal.h
xdr_rec_subr.o: /usr/include/vm/faultcode.h
xdr_rec_subr.o: /usr/include/sys/stdtypes.h
xdr_rec_subr.o: /usr/include/sys/types.h
xdr_rec_subr.o: /usr/include/sys/syslog.h
xdr_rec_subr.o: /usr/include/sys/stropts.h
xdr_rec_subr.o: /usr/include/sys/ioccom.h
xdr_rec_subr.o: /usr/include/sys/time.h
xdr_rec_subr.o: /usr/include/assert.h
