NetBSD/usr.bin/nl/Makefile
christos 855e98819b - document non-literal format string
- use err/errx
- prototypes
2011-08-16 12:00:46 +00:00

8 lines
133 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/08/16 12:00:46 christos Exp $
PROG= nl
COPTS.nl.c += -Wno-format-nonliteral
.include <bsd.prog.mk>