summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-08-07 20:02:19 +0000
committerderaadt <deraadt@openbsd.org>2005-08-07 20:02:19 +0000
commit00b6e3b6a71522f4ba9074d5355371e8e04df2bb (patch)
tree42cf9005ee6e4578a3a374f46832d599fdc5ac39
parentremove some scsi bus warnings and gunk if on a ramdisk; semi-ok krw (diff)
downloadwireguard-openbsd-00b6e3b6a71522f4ba9074d5355371e8e04df2bb.tar.xz
wireguard-openbsd-00b6e3b6a71522f4ba9074d5355371e8e04df2bb.zip
.PATH better
-rw-r--r--lib/libc/arch/arm/softfloat/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/softfloat/Makefile.inc b/lib/libc/arch/arm/softfloat/Makefile.inc
index 1e16835d27a..3cabeac33c7 100644
--- a/lib/libc/arch/arm/softfloat/Makefile.inc
+++ b/lib/libc/arch/arm/softfloat/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2004/02/01 05:30:41 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2005/08/07 20:02:19 deraadt Exp $
SRCS += eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c
SRCS += fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c
SRCS += lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c
@@ -7,4 +7,4 @@ SRCS += unorddf2.c unordsf2.c
SRCS += softfloat.c
CFLAGS += -DSOFTFLOAT_FOR_GCC
-.PATH: arch/arm/softfloat
+.PATH: ${.CURDIR}/arch/arm/softfloat