9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/08/10 14:02:10 rpaulo Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 3/31/94
|
|
|
|
WARNS= 3
|
|
PROG= random
|
|
MAN= random.6
|
|
|
|
.include <bsd.prog.mk>
|