diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-21 15:40:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-21 15:40:31 +0000 |
commit | 4f4854d39f6126cbab54e50eb4d6c4bfc8277964 (patch) | |
tree | fc42bcb88c1a8a79352743c9ed0e92ac7f397be2 /libexec/ld.so/alpha/Makefile.inc | |
parent | f54fbd80578f8226800ac32de3fdc95bab9dbe19 (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.inc | 5 |
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" |