blob: 62bbeb26cec8f815f9078f0570640ceac779a562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990 by the Massachusetts Institute of Technology.
# All Rights Reserved.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS=create destroy edit stash aname
MakeSubdirs($(SUBDIRS))
|