be89757ef5
Change-Id: I567fc15845b601019d346569ecfcef4f89687fd2
8 lines
230 B
Makefile
8 lines
230 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2011/11/13 21:56:53 christos Exp $
|
|
.PATH.c: ${.PARSEDIR}
|
|
.if defined(__MINIX)
|
|
SRCS+= snprintb.c
|
|
.else
|
|
SRCS+= snprintb.c proc_compare.c getfstypename.c
|
|
.endif
|
|
COPTS.snprintb.c = -Wno-format-nonliteral
|