summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha/Makefile.inc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-08-21 15:40:31 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-08-21 15:40:31 +0000
commit4f4854d39f6126cbab54e50eb4d6c4bfc8277964 (patch)
treefc42bcb88c1a8a79352743c9ed0e92ac7f397be2 /libexec/ld.so/alpha/Makefile.inc
parentf54fbd80578f8226800ac32de3fdc95bab9dbe19 (diff)
Split out MD makefile parts into separate files and do
some other cleanup in the Makefile. drahn@ ok.
Diffstat (limited to 'libexec/ld.so/alpha/Makefile.inc')
-rw-r--r--libexec/ld.so/alpha/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
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"