/* This software is Copyright 1995 by Karl-Johan Johnsson
 *
 * Permission is hereby granted to copy, reproduce, redistribute or otherwise
 * use this software as long as: there is no monetary profit gained
 * specifically from the use or reproduction of this software, it is not
 * sold, rented, traded or otherwise marketed, and this copyright notice is
 * included prominently in any copy made. 
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ANY USE OF THIS
 * SOFTWARE IS AT THE USER'S OWN RISK.
 */
#include "../knews.tmpl"

#ifndef BROKEN_SUN_CLIBRARY

SRCS1	= knewsd.c overview.c
OBJS1	= knewsd.o overview.o

#else /* Yuck */

SRCS1	= knewsd.c overview.c memmove.c
OBJS1	= knewsd.o overview.o memmove.o

#endif

PROGRAMS	= knewsd

ComplexProgramTarget_1(knewsd, ,)
