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


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


desc
@@


1.1
log
@Seperate build process into three directories 'client', 'server', and
'common'.
@
text
@
SUBDIR= common
.if !defined(NO_CLIENT)
SUBDIR+= client
.endif
.if !defined(NO_SERVER)
SUBDIR+= server
.endif

.include <bsd.subdir.mk>
@
