Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / texinfo / info / Makefile
1 # $FreeBSD: src/gnu/usr.bin/texinfo/info/Makefile,v 1.10.2.4 2002/08/07 16:53:35 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/texinfo/info/Makefile,v 1.2 2003/06/17 04:25:49 dillon Exp $
3
4 PROG=   info
5 MAN=    info.1 info.5 texinfo.5
6
7 SRCS=   dir.c display.c doc.c dribble.c echo-area.c filesys.c \
8         footnotes.c gc.c indices.c info-utils.c info.c infodoc.c \
9         infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \
10         signals.c terminal.c tilde.c variables.c window.c
11
12 CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:/usr/X11R6/info:.\"
13
14 DPADD=  ${LIBTERMCAP} ${LIBTXI}
15 LDADD=  -ltermcap ${LIBTXI}
16
17 .include <bsd.prog.mk>
18
19 .PATH:  ${TXIDIR}/info ${TXIDIR}/doc