# (C) Copyright International Business Machines Corporation 23 January 
# 1990.  All Rights Reserved. 
#  
# See the file USERAGREEMENT distributed with this software for full 
# terms and conditions of use. 
# SCCS Info: @(#)Makefile	1.4 3/13/90


PROCOBJS =	shell.po

include ../../make/includefile

all: 	compileprocs
install: all
	cp $(PROCOBJS) $(PROCDIR)

# cleanup

clean:
	rm -f core *~ $(PROCOBJS) 
