blob: cf47f072eb96937edf00015b5accfe7c42966064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# $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 = file
MakeSubdirs($(SUBDIRS))
NormalLibraryObjectRule()
OBJS= \
ktadd.o \
ktbase.o \
ktdefault.o \
ktfr_entry.o \
ktremove.o \
read_servi.o
SRCS= \
ktadd.c \
ktbase.c \
ktdefault.c \
ktfr_entry.c \
ktremove.c \
read_servi.c
OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))
|