# @(#)71	1.1  src/bos/usr/bin/sysdumpdev/dumpfmt/kext/Makefile.S, cmdcrash, bos720 1/11/96 14:52:01
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/bin/sysdumpdev/dumpfmt/kext/Makefile.S 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1996 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
#
# COMPONENT_NAME: (CMDCRASH)
#
# FUNCTIONS: makefile
#
# ORIGINS: 27
#
# (C) COPYRIGHT International Business Machines Corp. 1996
# All Rights Reserved
# Licensed Materials - Property of IBM
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
all:	ketest ketestext

ketestext:ketestext.o ketestext.exp
	ld -bI:/lib/kernex.exp -bI:/lib/syscalls.exp -bE:$@.exp -o $@ -e $@ $@.o /usr/lib/libcsys.a

ketestext.o: ketestext.c ../ketest.h
	cc -c -D_KERNEL ketestext.c

ketest:	ketest.c ../ketest.h
	cc -bI:ketestext.exp -o $@ $@.c
