1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 3/31/94
|
2001-03-20 18:08:43 +00:00
|
|
|
# $FreeBSD$
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
PROG= random
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= random.6
|
2003-02-11 19:32:18 +00:00
|
|
|
SRCS= random.c randomize_fd.c
|
2003-02-15 10:26:10 +00:00
|
|
|
WARNS?= 5
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|