summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/Makefile.in
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
commitca616c603d9e06e51c9e23fab7536acbdac58331 (patch)
tree20a735799ecd3b90df122d0a8042762dd62c6b0e /crypto/kerberosIV/include/Makefile.in
parentfe83e8abf357ee11114856a5278bb38431a9517c (diff)
downloadFreeBSD-src-ca616c603d9e06e51c9e23fab7536acbdac58331.zip
FreeBSD-src-ca616c603d9e06e51c9e23fab7536acbdac58331.tar.gz
Clean import of KTH Kerberos (eBones) v1.0.
Diffstat (limited to 'crypto/kerberosIV/include/Makefile.in')
-rw-r--r--crypto/kerberosIV/include/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/kerberosIV/include/Makefile.in b/crypto/kerberosIV/include/Makefile.in
index b2b0547..f321f16 100644
--- a/crypto/kerberosIV/include/Makefile.in
+++ b/crypto/kerberosIV/include/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.58 1999/03/10 19:01:13 joda Exp $
+# $Id: Makefile.in,v 1.59.2.1 1999/12/06 17:23:06 assar Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -31,7 +31,7 @@ libdir = @libdir@
HEADERS = \
acl.h com_err.h com_right.h des.h kadm.h kafs.h kdc.h \
klog.h krb.h krb-protos.h krb-archaeology.h krb_db.h \
- ktypes.h otp.h prot.h sl.h parse_time.h @EXTRA_HEADERS@
+ ktypes.h otp.h prot.h sl.h @EXTRA_HEADERS@
LOCL_HEADERS = \
base64.h roken-common.h protos.h resolve.h xdbm.h \
@@ -149,6 +149,9 @@ sl.h:
protos.h:
$(LN_S) $(srcdir)/protos.H protos.h
+netdb.h:
+ $(LN_S) $(srcdir)/netdb.x netdb.h
+
bits$(EXECSUFFIX): $(BITS_OBJECTS)
$(LINK) $(LD_FLAGS) $(LDFLAGS) -o $@ $(BITS_OBJECTS)
OpenPOWER on IntegriCloud