summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/texindex/Makefile
diff options
context:
space:
mode:
authorgclarkii <gclarkii@FreeBSD.org>1994-09-13 13:51:34 +0000
committergclarkii <gclarkii@FreeBSD.org>1994-09-13 13:51:34 +0000
commita7c9d6c8b52a067267445732a70349e616440364 (patch)
tree2b66ba145d12f89d9ba01d79d9ffec98177551f3 /gnu/usr.bin/texinfo/texindex/Makefile
parentb9af6c1c08a206cb5e3a8e80cecdcbb9572b7485 (diff)
parent31fbfe9bebb8e48eaf39efc88875c743cf238ced (diff)
downloadFreeBSD-src-a7c9d6c8b52a067267445732a70349e616440364.zip
FreeBSD-src-a7c9d6c8b52a067267445732a70349e616440364.tar.gz
This commit was generated by cvs2svn to compensate for changes in r2726,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'gnu/usr.bin/texinfo/texindex/Makefile')
-rw-r--r--gnu/usr.bin/texinfo/texindex/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile
new file mode 100644
index 0000000..ef51fdf
--- /dev/null
+++ b/gnu/usr.bin/texinfo/texindex/Makefile
@@ -0,0 +1,21 @@
+#
+# Bmakefile for GNU info
+#
+# $id$
+#
+
+PROG= texindex
+
+SRCS+= texindex.c getopt1.c getopt.c
+.PATH: ${.CURDIR}/../info
+
+CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR}
+CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
+CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1
+CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1
+CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
+CFLAGS+= -DHAVE_SYS_TIME_H=1 -DDEFAULT_INFOPATH='"${INFODIR}"'
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud