minix/gnu/usr.bin/texinfo/texindex/Makefile
Ben Gras 74bc88581c enable fatal warnings
. kernel: fix some arm warnings
	. turn of fatal warnings for texinfo

Change-Id: I71e228c87a7226adbbd940ccb1439e042d7b6e9a
2013-09-01 12:59:37 +00:00

14 lines
211 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/01/17 15:32:25 wiz Exp $
.if defined(__MINIX)
NOGCCERROR=yes
NOCLANGERROR=yes
.endif
PROG= texindex
SRCS= texindex.c
.include <bsd.prog.mk>
.PATH: ${IDIST}/util ${IDIST}/doc