minix/common/lib/libutil/Makefile.inc
Lionel Sambuc be89757ef5 common upgrades
Change-Id: I567fc15845b601019d346569ecfcef4f89687fd2
2013-01-14 11:36:25 +01:00

9 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