diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-29 19:32:34 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-29 19:32:34 +0000 |
commit | 977758f8ffbbf1a34d453839196efc66dca86910 (patch) | |
tree | 7c36ab7c6c45f0f3d96764c43e522949e35fd24a /gnu/lib/libf2c/libF77 | |
parent | 06bbcaeb9d33fce156543e2d84b1df4a0a9e1127 (diff) |
Build this properly on OpenBSD.
Diffstat (limited to 'gnu/lib/libf2c/libF77')
-rw-r--r-- | gnu/lib/libf2c/libF77/Makefile.bsd-wrapper | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/lib/libf2c/libF77/Makefile.bsd-wrapper b/gnu/lib/libf2c/libF77/Makefile.bsd-wrapper new file mode 100644 index 00000000000..9b816c729bd --- /dev/null +++ b/gnu/lib/libf2c/libF77/Makefile.bsd-wrapper @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2004/02/29 19:32:33 drahn Exp $ + +# This needs to be separate from libg2c to allow for mixed +# Fortran/other language programs. +LIB=frtbegin +SRCS=main.c + +.include <bsd.lib.mk> |