blob: 4b0c15966d587f6bb02f33e0a3e7da185fc520cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990,1991 by the Massachusetts Institute of Technology.
# All Rights Reserved.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
#TOP=/afs/net/project/krb5/@sys
TOP=/mit/krb5/build/@sys
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SimpleProgramTarget(kdb5_mkdums)
|