diff options
author | 2001-01-31 06:55:17 +0000 | |
---|---|---|
committer | 2001-01-31 06:55:17 +0000 | |
commit | 9ca211f339ace7c2b735e055b320ce3e1b79a82d (patch) | |
tree | 22ceebfe9e68c11816de6d80c44449ae72ef593d /lib | |
parent | resolve.c is unnecessary (and conflicts with the same file from (diff) | |
download | wireguard-openbsd-9ca211f339ace7c2b735e055b320ce3e1b79a82d.tar.xz wireguard-openbsd-9ca211f339ace7c2b735e055b320ce3e1b79a82d.zip |
deconfuse include path. (XXX - this for my future hacks).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csu/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 381806925ad..543d9e0eb82 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2001/01/25 05:37:20 art Exp $ +# $OpenBSD: Makefile,v 1.8 2001/01/31 06:55:17 art Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ .include <bsd.own.mk> # for ELF_TOOLCHAIN definition CFLAGS+= -DLIBC_SCCS -DPIC -DELFSIZE=64 -CFLAGS+= -I${.CURDIR}/../../../libexec/elf_rtld/include +CFLAGS+= -I${.CURDIR}/../ .if !defined(ELF_TOOLCHAIN) CFLAGS+= -DECOFF_COMPAT |