blob: c811d32d35eccdb0f47fd6ee088995d57c9e306e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
OBJS = test1.o dump.o
SRCS = test1.c dump.c
ComplexProgramTarget(test)
|