8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
# $NetBSD: Makefile,v 1.5 2008/01/28 07:03:59 dholland Exp $
|
||
|
# @(#)Makefile 8.1 (Berkeley) 3/31/94
|
||
|
|
||
|
PROG= random
|
||
|
MAN= random.6
|
||
|
|
||
|
.include <bsd.prog.mk>
|