#
# $RCSfile: Makefile,v $
#
# x-kernel v3.3
#
# Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
#
# $Log: Makefile,v $
# Revision 1.7  1997/06/03 23:41:23  llp
# added SWP and MSP
#
# Revision 1.6  1996/06/03 23:58:20  slm
# Updated version & copyright.
#
# Revision 1.5  1996/02/16  23:02:10  llp
# added vdelay
#
# Revision 1.3  1995/11/15  22:15:46  acb
# added ASP
#
# Revision 1.2  1995/08/03  19:08:58  davidm
# Added vchan, bid, bidctl, and select.
#
# Revision 1.1  1995/07/28  21:53:30  slm
# Initial revision
#
# Revision 1.59.1.8.1.4  1995/02/15  20:31:24  brakmo
# Added vdrop
#
# Revision 1.59.1.8.1.3  1994/12/02  17:58:01  hkaram
# Added more protocols: blast chan vsize
#
# Revision 1.59.1.8.1.2  1994/11/22  20:56:58  hkaram
# Shortened protocols list
#
# Revision 1.59.1.8.1.1  1994/11/01  22:33:50  hkaram
# New branch
#
# Revision 1.59.1.8  1994/10/20  23:24:35  andrey
# added ppp, lcp and ipcp
#
# Revision 1.59.1.7  1994/09/15  21:07:28  sean
# Added RIP
#
# Revision 1.59.1.6  1994/07/27  21:45:00  ho
# Added ipsec, Ed's temporary changes.
#
# Revision 1.59.1.5  1994/06/09  00:40:28  dcs
# Added crc checksumming protocol
#
# Revision 1.59.1.4  1994/05/05  23:09:01  menze
# Added psync
#
# Revision 1.59.1.3  1994/05/05  00:40:39  dcs
# Temporarily removed auth from list of protocols to build
# until compile errors have been fixed
#
# Revision 1.59.1.2  1994/03/06  21:28:16  dcs
# added sendauth directory
#
# Revision 1.59.1.1  1994/02/08  19:22:45  menze
# moved user to test dir
#
# Revision 1.59  1994/01/10  22:53:26  menze
# compilable files moved from util to util-noforn
#
# Revision 1.58  1994/01/03  23:10:36  menze
# Added fddi and dhkx
# Removed OBJECTFILE declaration
#

FILES = 
DIRS =  arp asp blast bid bidctl chan eth fddi icmp ip msp select swp tcp \
	test udp vchan vdrop vnet vsize vdelay

ifeq ($(XPLATFORM),solaris)
   DIRS := $(filter-out sunrpc sendauth, $(DIRS))
endif

#
# The dhkx is temporary
#
ifeq ($(XPLATFORM),scout)
   DIRS := $(filter-out bind keym dhkx sendauth pmap sunrpc, $(DIRS))
endif

XRT=..

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

include $(MAKE_INCLUDE)/Makefile.lib
