#
# pi Makefile
#
# x-kernel v3.2
#
# Copyright (c) 1993,1991,1990  Arizona Board of Regents
#
# $Revision: 1.22 $
# $Date: 1993/08/17 21:19:34 $
#

DIRS = idmap
FILES = ocsum msg hoststr list netmask part prottbl prottbl_parse sessn_gc upi upi_defaults xk_debug event_monitor rwlock romopt hostbyname

XRT=..
# if your compiler requires it, add .a extension to library name here
LIB=libPi_$(HOW)

OBJECTFILE = newObjectList


include $(MAKE_INCLUDE)/Makefile.lib


