head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     93.01.07.16.42.22;  author peter;  state Exp;
branches ;
next     ;


desc
@Sun makefile for network support functions of amiga.lib.
@



1.1
log
@Initial revision
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	network_support

AFILES= 	autodoc.asm

CFILES= 

OFILES= 

all quick:
	 	touch ${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@
