8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/10/18 15:38:01 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS= 1
|
|
PROG= printf
|
|
|
|
.include <bsd.prog.mk>
|