summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.sbin/kdb_edit
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-09 02:41:24 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-09 02:41:24 +0000
commit0950702b30f8b7e49d8d11586b305b61b7b014a6 (patch)
tree2b874be12a6028847494a74013a34da28232c2a8 /kerberosIV/usr.sbin/kdb_edit
parent6fd87538be7b5fa485d42b84d77f15c711aa0e99 (diff)
Change the include directive for Makefile.inc to use double-quotes
rather than <> (whatever these are called). This fixes building with the source/obj in non-standard locations. Closes PR 1556, fix provided by sysadmin@fafnir.astro.su.se.
Diffstat (limited to 'kerberosIV/usr.sbin/kdb_edit')
-rw-r--r--kerberosIV/usr.sbin/kdb_edit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.sbin/kdb_edit/Makefile b/kerberosIV/usr.sbin/kdb_edit/Makefile
index 63b58e1d70f..214368376e6 100644
--- a/kerberosIV/usr.sbin/kdb_edit/Makefile
+++ b/kerberosIV/usr.sbin/kdb_edit/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2000/03/01 08:55:08 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2001/01/09 02:41:21 angelos Exp $
PROG = kdb_edit
KRBDEPTH=../..
-.include <../../Makefile.inc>
+.include "../../Makefile.inc"
.PATH: ${KRBSRC}/admin