#:ts=8
#
# $Id: Makefile,v 1.4 1995/08/23 21:29:30 steppler Exp $
#	
# Makefile CNCL lib/gnu/test
#
TOPDIR	= ../../..

include $(TOPDIR)/make.conf

FILES = Makefile server.c

TESTS	= server


all:	$(TESTS)

server:		server.o
	$(CC) $(LFLAGS) -o server server.o $(LOBJS) $(LIBS) $(NETLIBS)


veryclean distclean::
	rm -f $(TESTS)

# Common stuff
include $(TOPDIR)/make.common
