#
#   Creation Date: <1999/03/28 04:20:31 samuel>
#   Time-stamp: <1999/10/16 19:51:50 samuel>
#   
#	<Makefile>
#	
#	Makefile for "util/dv" 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 	= nvs
O_OBJS 		= nvs.o

CFLAGS_EXTRA 	= 

include ../../Rules.make

utils:		$(P_TARGET)


