74bc88581c
. kernel: fix some arm warnings . turn of fatal warnings for texinfo Change-Id: I71e228c87a7226adbbd940ccb1439e042d7b6e9a
13 lines
211 B
Makefile
13 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
|