# $Author$
# $Id$
#
-# Copyright 1990 by the Massachusetts Institute of Technology.
+# Copyright 1990,1991 by the Massachusetts Institute of Technology.
# All Rights Reserved.
#
# Export of this software from the United States of America is assumed
# or implied warranty.
#
#
+#define IHaveSubdirs
+#define PassCDebugFlags
- DEPLIBS = $(DEPKLIB)
-LOCAL_LIBRARIES = $(KLIB)
- SRCS = sclient.c sserver.c
-
-SimpleTestProgramTarget(sclient)
-SimpleTestProgramTarget(sserver)
-
-DependTarget()
-LintTarget()
+SUBDIRS=sclient sserver
+MakeSubdirs($(SUBDIRS))
#include <netdb.h>
#include <syslog.h>
-#include "sample.h"
+#include "../sample.h"
extern krb5_deltat krb5_clockskew;