diff options
Diffstat (limited to 'lang/f2c/files')
-rw-r--r-- | lang/f2c/files/f2c.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/f2c/files/f2c.mk b/lang/f2c/files/f2c.mk index f09e5b503be..7f46a750c1b 100644 --- a/lang/f2c/files/f2c.mk +++ b/lang/f2c/files/f2c.mk @@ -1,6 +1,7 @@ # Makefile for f2c, a Fortran 77 to C converter PROG= f2c +MAN= f2c.1 SRCS= main.c init.c gram.c lex.c proc.c equiv.c data.c format.c \ expr.c exec.c intr.c io.c misc.c error.c mem.c names.c \ output.c p1output.c pread.c put.c putpcc.c vax.c formatdata.c \ |