summaryrefslogtreecommitdiff
path: root/kerberosIV/Makefile.inc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-11-11 05:35:18 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-11-11 05:35:18 +0000
commitea97dfb42dd67015f48e23be6eb47912a7efd595 (patch)
tree470357a5c43dc50e86e0e492390ec8370685ba98 /kerberosIV/Makefile.inc
parent4533205075245e765ffec4a28d892de14f169889 (diff)
com_err/compile_et changes
Diffstat (limited to 'kerberosIV/Makefile.inc')
-rw-r--r--kerberosIV/Makefile.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc
index c5497ca1272..62a2a9d188a 100644
--- a/kerberosIV/Makefile.inc
+++ b/kerberosIV/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 1996/11/11 04:42:26 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1996/11/11 05:35:13 downsj Exp $
CFLAGS+=-I${.CURDIR}/../include
BINDIR?=/usr/sbin
@@ -16,7 +16,9 @@ MK_CMDS=${.CURDIR}/../mk_cmds/mk_cmds
.endif
.if (${MACHINE_ARCH} != "mips")
-COM_ERR_PIC= -lcom_err_pic
+COM_ERR= -lcom_err_pic
.else
-COM_ERR_PIC= -lcom_err
+COM_ERR= -lcom_err
.endif
+
+COMPILE_ET?= /usr/libexec/compile_et