freebsd-dev/games/random/Makefile
Sean Chittenden a3b3a1cf6c Update random(6) to have the ability to randomize a file/stdin based
off of lines or words.  See the man page for details.

Reviewed by:	markm
MFC after:	3 days
2003-02-11 19:32:18 +00:00

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>