summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/install-info/Makefile
diff options
context:
space:
mode:
authorjmacd <jmacd@FreeBSD.org>1997-01-11 02:32:23 +0000
committerjmacd <jmacd@FreeBSD.org>1997-01-11 02:32:23 +0000
commit9f2cebccb1ff493f1fa0b53fe3296a0e71b193c7 (patch)
treeceb15326965f89864b8323e75d2afbdfcffbb815 /gnu/usr.bin/texinfo/install-info/Makefile
parent52ed0489e7f93e652aa842eedbf6aae77fe83f05 (diff)
downloadFreeBSD-src-9f2cebccb1ff493f1fa0b53fe3296a0e71b193c7.zip
FreeBSD-src-9f2cebccb1ff493f1fa0b53fe3296a0e71b193c7.tar.gz
Clearing out the old stuff, its all in contrib now.
Diffstat (limited to 'gnu/usr.bin/texinfo/install-info/Makefile')
-rw-r--r--gnu/usr.bin/texinfo/install-info/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/install-info/Makefile b/gnu/usr.bin/texinfo/install-info/Makefile
new file mode 100644
index 0000000..1f3e47b
--- /dev/null
+++ b/gnu/usr.bin/texinfo/install-info/Makefile
@@ -0,0 +1,26 @@
+#
+# $Id$
+#
+
+INSTALLINFODIR= ${.CURDIR}/../../../../contrib/texinfo/util
+TXIDIR= ${.CURDIR}/../../../../contrib/texinfo/libtxi
+LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
+BINDIR= /usr/bin
+
+PROG= install-info
+NOMAN=yes
+SRCS+= install-info.c
+
+CFLAGS+= -g
+CFLAGS+= -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1
+CFLAGS+= -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1
+CFLAGS+= -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1
+CFLAGS+= -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1
+CFLAGS+= -DHAVE_SIGSETMASK=1 -I../libtxi -I$(TXIDIR)
+
+LDADD+= -L../libtxi -ltxi
+DPADD+= ${LIBTXI}
+
+.PATH: $(INSTALLINFODIR)
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud