diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-03-27 12:53:42 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-03-27 12:53:42 +0000 |
commit | 0b79df9a66bcf42939bfc2ff94721054c9ebb463 (patch) | |
tree | efef6c97411a8d68685775e3c3d28ab6340be61e /kerberosIV | |
parent | 8b1f2523bbd5c9ee57ce6d334267d418c3361ee5 (diff) |
readd libcom_err support. ok with hin@ -moj.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/Makefile.inc | 7 |
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 |