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/libexec/kerberos/Makefile | |
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/libexec/kerberos/Makefile')
-rw-r--r-- | kerberosIV/libexec/kerberos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/libexec/kerberos/Makefile b/kerberosIV/libexec/kerberos/Makefile index aaa1616edfa..e991ac3f69e 100644 --- a/kerberosIV/libexec/kerberos/Makefile +++ b/kerberosIV/libexec/kerberos/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/29 06:51:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2001/01/09 02:41:19 angelos Exp $ PROG = kerberos KRBDEPTH=../.. -.include <../../Makefile.inc> +.include "../../Makefile.inc" .PATH: ${KRBSRC}/server |