svn commit: r288515 - head/targets/pseudo/userland/games

Bryan Drewery bdrewery at FreeBSD.org
Fri Oct 2 17:58:17 UTC 2015


Author: bdrewery
Date: Fri Oct  2 17:58:16 2015
New Revision: 288515
URL: https://svnweb.freebsd.org/changeset/base/288515

Log:
  All the games moved to usr.bin/ in r288485.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/pseudo/userland/games/Makefile.depend

Modified: head/targets/pseudo/userland/games/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/games/Makefile.depend	Fri Oct  2 17:54:05 2015	(r288514)
+++ head/targets/pseudo/userland/games/Makefile.depend	Fri Oct  2 17:58:16 2015	(r288515)
@@ -3,18 +3,18 @@
 # This file is not autogenerated - take care!
 
 DIRDEPS = \
-	games/caesar \
-	games/factor \
-	games/fortune/fortune \
-	games/fortune/strfile \
-	games/fortune/datfiles \
-	games/fortune/unstr \
-	games/grdc \
-	games/morse \
-	games/number \
-	games/pom \
-	games/primes \
-	games/random \
+	usr.bin/caesar \
+	usr.bin/factor \
+	usr.bin/fortune/fortune \
+	usr.bin/fortune/strfile \
+	usr.bin/fortune/datfiles \
+	usr.bin/fortune/unstr \
+	usr.bin/grdc \
+	usr.bin/morse \
+	usr.bin/number \
+	usr.bin/pom \
+	usr.bin/primes \
+	usr.bin/random \
 
 
 .include <dirdeps.mk>


More information about the svn-src-head mailing list