#
#   Creation Date: <1999/03/28 04:20:31 samuel>
#   Time-stamp: <2001/02/03 19:41:30 samuel>
#   
#	<Makefile>
#	
#	Makefile for "util/kunload" target
#   
#   Copyright (C) 1999, 2000 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 	= kunload
O_OBJS 		= main.o 

CFLAGS_EXTRA 	= -I$(SHEADERS_PATH) -I../../include
ASMFLAGS_EXTRA	= -I$(SHEADERS_PATH)

include ../../Rules.make

utils:		$(P_TARGET)
