diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-02 17:58:16 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-02 17:58:16 +0000 |
commit | d522a3105a36e3f3ee936aec0eeacc21ba46c871 (patch) | |
tree | 40be6849be3d0408aec2dc95814e972f51cb26b0 /targets | |
parent | 121d64e1668b470f3d6e1ba127067ec0c90d0073 (diff) | |
download | src-d522a3105a36e3f3ee936aec0eeacc21ba46c871.tar.gz src-d522a3105a36e3f3ee936aec0eeacc21ba46c871.zip |
All the games moved to usr.bin/ in r288485.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=288515
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/games/Makefile.depend | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/targets/pseudo/userland/games/Makefile.depend b/targets/pseudo/userland/games/Makefile.depend index 94592ac8327d..151a3686f827 100644 --- a/targets/pseudo/userland/games/Makefile.depend +++ b/targets/pseudo/userland/games/Makefile.depend @@ -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> |