diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-07-08 17:56:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-07-08 17:56:53 +0000 |
commit | f524bbded1a63ecdc6be61e036087204ebe9ed83 (patch) | |
tree | 3541b7d25603d03a2815b1b0f15309a15a320483 /kerberosIV | |
parent | f9144522d7069e785812b3434997fbf2b20713e7 (diff) |
remove MIPS leftovers.
--
Ok'd by deraadt@
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc index 1ba55a0b52f..45562edbd56 100644 --- a/kerberosIV/Makefile.inc +++ b/kerberosIV/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2001/06/28 04:53:44 hin Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2001/07/08 17:56:52 brad Exp $ KRBDIR = ${.CURDIR}/${KRBDEPTH} KRBSRC = ${.CURDIR}/${KRBDEPTH}/src @@ -16,8 +16,4 @@ 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 |