aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/random/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
committerColin Percival <cperciva@FreeBSD.org>2015-10-02 10:08:11 +0000
commit6ae1554a5d9b318f8ad53ccc39fa5a961403da73 (patch)
tree0bbcb3f392def57bae56978c0da09362f7d6b426 /usr.bin/random/Makefile
parentd58b610faa4552666982078efafd542171304865 (diff)
downloadsrc-6ae1554a5d9b318f8ad53ccc39fa5a961403da73.tar.gz
src-6ae1554a5d9b318f8ad53ccc39fa5a961403da73.zip
Final step of eliminating the "games" distribution: Merge src/games
(or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015
Notes
Notes: svn path=/head/; revision=288485
Diffstat (limited to 'usr.bin/random/Makefile')
-rw-r--r--usr.bin/random/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/random/Makefile b/usr.bin/random/Makefile
new file mode 100644
index 000000000000..9136c98a9d1e
--- /dev/null
+++ b/usr.bin/random/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 3/31/94
+# $FreeBSD$
+
+PROG= random
+MAN= random.6
+SRCS= random.c randomize_fd.c
+
+.include <bsd.prog.mk>