# @(#)65	1.1  src/bos/usr/bin/sysdumpdev/dumpfmt/Makefile.S, cmdcrash, bos720 1/11/96 14:46:29
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/bin/sysdumpdev/dumpfmt/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:	ship ext

unpack.o:unpack.c unpack.h
	cc -c unpack.c

sample_table: sample_table.c unpack.o
	cc -o $@ $@.c unpack.o

ext:
	cd kext; make -e

ship:	sample_table
	cp sample_table /usr/lib/ras/dmprtns
