#
#   Creation Date: <1999/03/28 04:20:31 samuel>
#   Time-stamp: <1999/10/16 19:51:07 samuel>
#   
#	<Makefile>
#	
#	Rules for "debugger.o" target
#   
#   Copyright (C) 1999 Samuel Rydh (samuel@ibrium.se)
#   
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of the GNU General Public License
#   as published by the Free Software Foundation
#

#SUB_DIRS 	= 

P_TARGET 	= kchecksum
O_OBJS 		= m.o

CFLAGS_EXTRA 	= 

include ../../Rules.make

utils:		$(P_TARGET)

