Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / cc / f77doc / Makefile
1 # $FreeBSD: src/gnu/usr.bin/cc/f77doc/Makefile,v 1.3 1999/08/27 23:35:22 peter Exp $
2 # $DragonFly: src/gnu/usr.bin/cc/f77doc/Attic/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $
3
4 .include "../Makefile.inc"
5
6 .PATH: ${GCCDIR}/f
7
8 INFO= g77
9
10 MAKEINFOFLAGS+= -I ${GCCDIR}/f
11
12 g77.info: g77.texi intdoc.texi
13
14 .include <bsd.info.mk>