diff options
Diffstat (limited to 'libexec/ld.so/m88k/Makefile.inc')
-rw-r--r-- | libexec/ld.so/m88k/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/ld.so/m88k/Makefile.inc b/libexec/ld.so/m88k/Makefile.inc new file mode 100644 index 00000000000..fb435868c31 --- /dev/null +++ b/libexec/ld.so/m88k/Makefile.inc @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile.inc,v 1.1 2013/01/20 23:01:44 miod Exp $ + +LIBCSRCDIR=${.CURDIR}/../../lib/libc +CFLAGS += -fpic +CPPFLAGS += -I${LIBCSRCDIR}/arch/m88k + +SRCS+= memcpy.c |