summaryrefslogtreecommitdiff
path: root/kerberosIV/ksrvutil
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-02-11 04:40:40 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-02-11 04:40:40 +0000
commit180c93add0252eee63860d654d810b4555566b15 (patch)
tree346100e64678673b493ba1b71969e40bfa55f5fe /kerberosIV/ksrvutil
parent031711f80dc1589beb67a343821791cc4c311142 (diff)
Need <bsd.obj.mk> earlier to have access to ${__objdir}; fixes build when
obj directories or links are not present
Diffstat (limited to 'kerberosIV/ksrvutil')
-rw-r--r--kerberosIV/ksrvutil/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosIV/ksrvutil/Makefile b/kerberosIV/ksrvutil/Makefile
index 5c01677ceba..cf106f4a2b1 100644
--- a/kerberosIV/ksrvutil/Makefile
+++ b/kerberosIV/ksrvutil/Makefile
@@ -1,4 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 1996/11/15 09:21:29 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/02/11 04:40:39 tholo Exp $
+
+.include <bsd.obj.mk>
PROG= ksrvutil
.if exists(${.CURDIR}/../kadm/${__objdir})