summaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2000-03-27 12:53:42 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2000-03-27 12:53:42 +0000
commit0b79df9a66bcf42939bfc2ff94721054c9ebb463 (patch)
treeefef6c97411a8d68685775e3c3d28ab6340be61e /kerberosIV
parent8b1f2523bbd5c9ee57ce6d334267d418c3361ee5 (diff)
readd libcom_err support. ok with hin@ -moj.
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc
index 406cc68515b..00e4691a5c5 100644
--- a/kerberosIV/Makefile.inc
+++ b/kerberosIV/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.9 2000/02/25 16:35:23 hin Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2000/03/27 12:53:41 maja Exp $
KRBVERSION = "krb4-1.0"
@@ -17,3 +17,8 @@ LIBSL = -L${KRBDEPTH}/lib/sl -lsl
COMPILE_ET = /usr/bin/compile_et
+.if (${MACHINE_ARCH} != "mips")
+COM_ERR= -lcom_err_pic
+.else
+COM_ERR= -lcom_err
+.endif