summaryrefslogtreecommitdiff
path: root/usr.bin/printf/Makefile
blob: 6b7b31e02e2de7af786397a4c175b9cf9eb81e3a (plain)
1
2
3
4
5
6
#	$NetBSD: Makefile,v 1.10 2009/04/14 22:15:25 lukem Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	printf

.include <bsd.prog.mk>
2002-09-19 03:09:31 +0000'>2002-09-19- use NETBSDSRCDIR as appropriatelukem - makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...) 2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem Otherwise the appropriate MKxxx=no won't be defined . 2001-12-12MKfoo=no -> NOfootv