diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:41:24 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:41:24 +0000 |
commit | 0950702b30f8b7e49d8d11586b305b61b7b014a6 (patch) | |
tree | 2b874be12a6028847494a74013a34da28232c2a8 /kerberosIV/usr.sbin/kstash | |
parent | 6fd87538be7b5fa485d42b84d77f15c711aa0e99 (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/kstash')
-rw-r--r-- | kerberosIV/usr.sbin/kstash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.sbin/kstash/Makefile b/kerberosIV/usr.sbin/kstash/Makefile index 815e1e8f3bc..c2b70d79e4a 100644 --- a/kerberosIV/usr.sbin/kstash/Makefile +++ b/kerberosIV/usr.sbin/kstash/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2000/03/01 08:55:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2001/01/09 02:41:23 angelos Exp $ PROG = kstash KRBDEPTH=../.. -.include <../../Makefile.inc> +.include "../../Makefile.inc" .PATH: ${KRBSRC}/admin |