blob: f034fe30466e31b255ed7abb4abcd147438d0f26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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>.
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SimpleProgramTarget(kdb5_mkdums)
|