Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2c

directory.
Reviewed by:	bde
This commit is contained in:
jmz 1997-04-24 17:10:56 +00:00
parent 8aad1dab66
commit a68180c315

View File

@ -1,7 +1,7 @@
.PATH: ${.CURDIR}/../libF77 ${.CURDIR}/../libI77
LIB=f2c
CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic
CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic -I${.CURDIR}/../../usr.bin/f2c
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\