xref: /netbsd/usr.bin/printf/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.7 2000/10/11 14:46:16 is Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	printf
5WFORMAT=1		# hopeless!
6
7.include <bsd.prog.mk>
8