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 /kerberosV/Makefile.inc | |
parent | f9144522d7069e785812b3434997fbf2b20713e7 (diff) |
remove MIPS leftovers.
--
Ok'd by deraadt@
Diffstat (limited to 'kerberosV/Makefile.inc')
-rw-r--r-- | kerberosV/Makefile.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kerberosV/Makefile.inc b/kerberosV/Makefile.inc index 3160d17b529..d65614980c9 100644 --- a/kerberosV/Makefile.inc +++ b/kerberosV/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2001/06/27 15:55:30 hin Exp $ - -CFLAGS+= -Wall +# $OpenBSD: Makefile.inc,v 1.5 2001/07/08 17:56:52 brad Exp $ KRB5DIR = ${.CURDIR}/${KRBDEPTH} KRB5SRC = ${.CURDIR}/${KRBDEPTH}/src @@ -14,6 +12,7 @@ CFLAGS += -DHAVE_CONFIG_H -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\"\ -I${DESTDIR}/usr/include/kerberosIV \ -I${KRB5DIR}/include -I${KRB5SRC}/lib/roken\ -I${KRB5SRC}/include -I${KRB4SRC}/lib/sl +CFLAGS+= -Wall LIBROKEN= -L${KRBDEPTH}/lib/roken -lroken LIBROKEN_PIC= -L${KRBDEPTH}/lib/roken -lroken_pic @@ -23,8 +22,4 @@ LIBSL= -L${KRBDEPTH}/../kerberosIV/lib/sl -lsl COMPILE_ET = /usr/bin/compile_et -.if (${MACHINE_ARCH} != "mips") COM_ERR= -lcom_err_pic -.else -COM_ERR= -lcom_err -.endif |