7 lines
139 B
Makefile
7 lines
139 B
Makefile
# $NetBSD: Makefile,v 1.6 1997/11/08 09:34:23 lukem Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= printf
|
|
|
|
.include <bsd.prog.mk>
|