diff options
Diffstat (limited to '')
-rw-r--r-- | lang/f2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index b55f182b4137..56fe8739a90e 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -22,7 +22,7 @@ pre-configure: @${CP} ${FILESDIR}/f2c.h.alpha ${WRKSRC}/f2c/f2c.h .endif -ALL_TARGET= depend all +ALL_TARGET= depend all MAN1= f2c.1 |