summaryrefslogtreecommitdiffstats
path: root/games/random/Makefile
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-02-11 19:32:18 +0000
committerseanc <seanc@FreeBSD.org>2003-02-11 19:32:18 +0000
commit0f9b087524425d34260b48dfe452fe59123a8921 (patch)
tree097b8974b8e346530a10af46d5f0dba419e30286 /games/random/Makefile
parent978695f103a5c784ac63a0337e502e29660341f3 (diff)
downloadFreeBSD-src-0f9b087524425d34260b48dfe452fe59123a8921.zip
FreeBSD-src-0f9b087524425d34260b48dfe452fe59123a8921.tar.gz
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
Diffstat (limited to 'games/random/Makefile')
-rw-r--r--games/random/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/random/Makefile b/games/random/Makefile
index 666023c..5f482df 100644
--- a/games/random/Makefile
+++ b/games/random/Makefile
@@ -3,5 +3,7 @@
PROG= random
MAN= random.6
+SRCS= random.c randomize_fd.c
+WARNS= 5
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud