a3b3a1cf6c
off of lines or words. See the man page for details. Reviewed by: markm MFC after: 3 days
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 3/31/94
|
|
# $FreeBSD$
|
|
|
|
PROG= random
|
|
MAN= random.6
|
|
SRCS= random.c randomize_fd.c
|
|
WARNS= 5
|
|
|
|
.include <bsd.prog.mk>
|