# (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.5 3/13/90


PROCOBJS=	sh.po unixcmd.po
DEFOBJS	=	unixcmd.do

include ../../make/includefile

all: 	compiledefs compileprocs

install: all
	cp $(PROCOBJS) $(PROCDIR)
	cp $(DEFOBJS) $(DEFDIR)

unixcmd.po: unixcmd.p unixcmd.do
sh.po:	sh.p unixcmd.do

# cleanup

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