diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-11 04:40:40 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-11 04:40:40 +0000 |
commit | 180c93add0252eee63860d654d810b4555566b15 (patch) | |
tree | 346100e64678673b493ba1b71969e40bfa55f5fe /kerberosIV/ksrvutil | |
parent | 031711f80dc1589beb67a343821791cc4c311142 (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/Makefile | 4 |
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}) |