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:
Jean-Marc Zucconi 1997-04-24 17:10:56 +00:00
parent cad9f8617c
commit 4c244a38ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25127

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\