NetBSD/usr.bin/printf/Makefile

9 lines
169 B
Makefile
Raw Normal View History

2002-06-14 05:10:36 +04:00
# $NetBSD: Makefile,v 1.8 2002/06/14 01:10:36 wiz Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= printf
WFORMAT=1 # hopeless!
2002-06-14 05:10:36 +04:00
WARNS= 2
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>