Also add a manpage link for fort77.

This commit is contained in:
tv 1999-01-02 23:56:24 +00:00
parent b0a62946c3
commit b5a5a3842f
2 changed files with 4 additions and 2 deletions

View File

@ -1084,6 +1084,7 @@
./usr/share/man/cat1/f77.0
./usr/share/man/cat1/fgen.0
./usr/share/man/cat1/flex.0
./usr/share/man/cat1/fort77.0
./usr/share/man/cat1/fpr.0
./usr/share/man/cat1/g++.0
./usr/share/man/cat1/g77.0
@ -2078,6 +2079,7 @@
./usr/share/man/man1/f77.1
./usr/share/man/man1/fgen.1
./usr/share/man/man1/flex.1
./usr/share/man/man1/fort77.1
./usr/share/man/man1/fpr.1
./usr/share/man/man1/g++.1
./usr/share/man/man1/g77.1

View File

@ -1,5 +1,5 @@
# from: @{#}Makefile 6.2 (Berkeley) 3/25/91
# $NetBSD: Makefile,v 1.8 1999/01/02 23:51:51 tv Exp $
# $NetBSD: Makefile,v 1.9 1999/01/02 23:56:24 tv Exp $
PROG= g77
SRCS= gcc.c g77spec.c g77version.o version.c choose-temp.c \
@ -10,7 +10,7 @@ CPPFLAGS+= -DLANG_SPECIFIC_DRIVER
LINKS+= ${BINDIR}/g77 ${BINDIR}/f77 ${BINDIR}/g77 ${BINDIR}/fort77
MAN= g77.1
MLINKS= g77.1 f77.1
MLINKS= g77.1 f77.1 g77.1 fort77.1
.include <bsd.prog.mk>