summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/makeinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/texinfo/makeinfo/Makefile')
-rw-r--r--gnu/usr.bin/texinfo/makeinfo/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile
new file mode 100644
index 0000000..0a42b86
--- /dev/null
+++ b/gnu/usr.bin/texinfo/makeinfo/Makefile
@@ -0,0 +1,21 @@
+#
+# Bmakefile for GNU info
+#
+# $id$
+#
+
+PROG= makeinfo
+
+SRCS+= makeinfo.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