blob: 6062cb268ad8dd158a0d9069fc794f8d0bd9f486 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SimpleProgramTarget(kdb5_stash)
|