diff options
| author | L Jonas Olsson <ljo@FreeBSD.org> | 1994-10-26 18:53:13 +0000 |
|---|---|---|
| committer | L Jonas Olsson <ljo@FreeBSD.org> | 1994-10-26 18:53:13 +0000 |
| commit | 5bf37e2e6343dba2d6dffa67ed47924a691dd67f (patch) | |
| tree | aa0f97552f2062d091b14d90781846a78c8f5ed0 /lib/libf2c | |
| parent | a5a29f816ec1c48aec5f4c9a7a5ba844a3dccc55 (diff) | |
Notes
Diffstat (limited to 'lib/libf2c')
| -rw-r--r-- | lib/libf2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libf2c/Makefile b/lib/libf2c/Makefile index cf7f6686a41d..9baa64df20f6 100644 --- a/lib/libf2c/Makefile +++ b/lib/libf2c/Makefile @@ -1,7 +1,7 @@ .PATH: ${.CURDIR}/../libF77 ${.CURDIR}/../libI77 LIB=f2c -CFLAGS+= -DIEEE_drem -DSkip_f2c_Undefs -DNON_ANSI_RW_MODES +CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO MISC = Version.c main.c s_rnge.c abort_.c getarg_.c iargc_.c getenv_.c\ signal_.c s_stop.c s_paus.c system_.c cabs.c\ |
