NetBSD/common/lib/libutil/Makefile.inc
christos cec60a5890 share with kernel; replaces bitmask_snprintf which was very broken:
- subtracted one from len without checking if len was 0
- checked for a minimum buffer size
- arguments order was inconsistent with other printf like functions
- no way to tell if it overflowed
2008-12-16 22:33:11 +00:00

4 lines
105 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 2008/12/16 22:33:11 christos Exp $
.PATH.c: ${.PARSEDIR}
SRCS+= snprintb.c