diff options
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 |