Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / usr.bin / texinfo / infokey / Makefile
1 .include "../Makefile.inc0"
2 .PATH: ${SRCDIR}/info ${SRCDIR}/doc
3
4 PROG=           infokey
5
6 CFLAGS+=        -I${SRCDIR} -I${SRCDIR}/info -I${SRCDIR}/gnulib/lib
7 CFLAGS+=        -I${.CURDIR}/../libgnu -I${.CURDIR}/../info
8 CFLAGS+=        -DHAVE_CONFIG_H
9
10 SRCS=           infokey.c\
11                 key.c
12
13 .include <bsd.prog.mk>