summaryrefslogtreecommitdiff
path: root/kerberosIV/ksrvutil/Makefile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-02 14:42:04 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-02 14:42:04 +0000
commitaccc4e38837315f17e53347fb5f16b084424701c (patch)
treec3794bba279b76c2d99b8f554519d401af972abd /kerberosIV/ksrvutil/Makefile
parent2f65f420104d8dc7439c4c44f7f309c5b9b05d77 (diff)
Make kerberos work with OBJMACHINE style objdirs
Diffstat (limited to 'kerberosIV/ksrvutil/Makefile')
-rw-r--r--kerberosIV/ksrvutil/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/kerberosIV/ksrvutil/Makefile b/kerberosIV/ksrvutil/Makefile
index 4d4b5eab5e7..121531cfc1b 100644
--- a/kerberosIV/ksrvutil/Makefile
+++ b/kerberosIV/ksrvutil/Makefile
@@ -1,18 +1,18 @@
-# $Id: Makefile,v 1.1 1995/12/14 06:52:53 tholo Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/02 14:42:03 niklas Exp $
PROG= ksrvutil
-.if exists(${.CURDIR}/../kadm/obj)
-CFLAGS+=-I${.CURDIR}/../kadm/obj
+.if exists(${.CURDIR}/../kadm/${__objdir})
+CFLAGS+=-I${.CURDIR}/../kadm/${__objdir}
.else
CFLAGS+=-I${.CURDIR}/../kadm
.endif
-.if exists(${.CURDIR}/../krb/obj)
-CFLAGS+=-I${.CURDIR}/../krb/obj
+.if exists(${.CURDIR}/../krb/${__objdir})
+CFLAGS+=-I${.CURDIR}/../krb/${__objdir}
.else
CFLAGS+=-I${.CURDIR}/../krb
.endif
-.if exists(${.CURDIR}/../ss/obj)
-CFLAGS+=-I${.CURDIR}/../ss/obj
+.if exists(${.CURDIR}/../ss/${__objdir})
+CFLAGS+=-I${.CURDIR}/../ss/${__objdir}
.else
CFLAGS+=-I${.CURDIR}/../ss
.endif