summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin/klist/Makefile
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.bin/klist/Makefile
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.bin/klist/Makefile')
-rw-r--r--kerberosIV/usr.bin/klist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.bin/klist/Makefile b/kerberosIV/usr.bin/klist/Makefile
index 64af0068c0a..57565e3f917 100644
--- a/kerberosIV/usr.bin/klist/Makefile
+++ b/kerberosIV/usr.bin/klist/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2000/03/27 11:31:58 maja Exp $
+# $OpenBSD: Makefile,v 1.3 2001/01/09 02:41:20 angelos Exp $
PROG = klist
KRBDEPTH=../..
-.include <../../Makefile.inc>
+.include "../../Makefile.inc"
.PATH: ${KRBSRC}/kuser