From 4f4854d39f6126cbab54e50eb4d6c4bfc8277964 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 21 Aug 2002 15:40:31 +0000 Subject: Split out MD makefile parts into separate files and do some other cleanup in the Makefile. drahn@ ok. --- libexec/ld.so/alpha/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libexec/ld.so/alpha/Makefile.inc (limited to 'libexec/ld.so/alpha/Makefile.inc') diff --git a/libexec/ld.so/alpha/Makefile.inc b/libexec/ld.so/alpha/Makefile.inc new file mode 100644 index 00000000000..7115f746acb --- /dev/null +++ b/libexec/ld.so/alpha/Makefile.inc @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.1 2002/08/21 15:40:30 art Exp $ + +CFLAGS += -fpic -mno-fp-regs +LIBCSRCDIR=${.CURDIR}/../../lib/libc +.include "${LIBCSRCDIR}/arch/alpha/Makefile.inc" -- cgit v1.2.3