8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.3 1995/04/22 07:44:02 cgd Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 3/31/94
|
|
|
|
PROG= random
|
|
MAN= random.6
|
|
|
|
.include <bsd.prog.mk>
|