head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.11.25.05.11.11;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.20.21.18.00;	author murray;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add bugfixed version of property.c to the common area for systems that
are running releases of FreeBSD prior to 4.2-STABLE (21 Nov 2000).
@
text
@#
# Makefile for common code shared between the server and the client
#
# Murray Stokely
#

CC     = gcc
CFLAGS = -g -Wall
#CFLAGS = -g $(BDECFLAGS)
OBJS   = wrappers.o property.o

all: wrappers.o property.o

clean:
	rm $(OBJS) *~
@


1.1
log
@Seperate the higher level network communication wrappers into the
common area.
@
text
@d10 1
a10 1
OBJS   = wrappers.o
d12 1
a12 1
all: wrappers.o
@

