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