#
# $RCSfile: Makefile,v $
#
# x-kernel v3.3
#
# Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
#
# $Log: Makefile,v $
# Revision 1.4  1996/06/04 00:00:20  slm
# Updated version & copyright.
#
# Revision 1.3  1996/02/01  15:26:10  slm
# Fixed problem with compose and depend when DIRS & FILES were empty.
#
# Revision 1.2  1995/08/28  15:59:20  acb
# Initial revision for x3.3
#
# Revision 1.1  1994/11/22  21:30:06  hkaram
# Initial revision
#

FILES = 
DIRS = $($(XPLATFORM)_PROTDIRS) eth ip btcp rtcp ttcp vtcp test

XRT=../..

# if necessary for your compiler, add .a extension for libProt here
LIB=libSIMProt_$(HOW)

include $(MAKE_INCLUDE)/Makefile.lib
