#ident "@(#)Stall	1.12	12/22/89"

##################################################################
# 
#   SpiderTCP/X25
# 
#   Copyright 1989  Spider Systems Limited
#
#   STALL
# 
#   sys/net
#
##################################################################

#
#	 /usr/projects/tcp/PBRAIN/SCCS/pbrainB/dev/src/include/sys/0/s.Stall
#	@(#)Stall	1.12
#
#	Last delta created	15:52:29 12/7/89
#	This file extracted	11:32:06 12/22/89
#
#	Modifications:
#
#	GSS	21 Mar 89	New File
#	JS	22 Sep 89	Changed x25 includes.
#	TR	 5 Dec 89	system.h now used in X25 too.
#	TR	 7 Dec 89	sld.h added
#
shell eval SRCDIR=${SRCDIR:-/usr/src}
include -i $SRCDIR/makeinc/Svariables
shell eval "INCLUDE=${INCLUDE:-/usr/include}"
shell eval "SNET=snet; ISYS=$INCLUDE/sys; ISNET=\\$ISYS/\\$SNET"
default -ubin -gbin -m444

mkdir -e "p t || p x || p torx || p tandx" -m755 $ISYS $ISNET
cpdir -e "p torx" $SNET/echo_control.h $SNET/eth_control.h $SNET/eth_proto.h \
	$SNET/uint.h $SNET/dl_control.h $SNET/dl_proto.h \
	$SNET/system.h $ISNET
adddef -e "p torx" -FEPACKET -LETYPEREG -A0 -B2 errno.eth $ISYS/errno.h
cpdir -e "p x" $SNET/wan_control.h $SNET/wan_proto.h $SNET/x25_control.h \
	$SNET/x25_proto.h $SNET/ll_control.h $SNET/ll_proto.h $SNET/x25db.h \
	$SNET/timer.h $SNET/xxx_control.h $SNET/sld.h $SNET/xty.h $ISNET
