diff options
author | Mark Murray <markm@FreeBSD.org> | 1995-12-24 05:11:49 +0800 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1995-12-24 05:11:49 +0800 |
commit | 949dd0b040ffe416134e23449469ab0be2999d54 (patch) | |
tree | 4f793b303e047d3051fa21197ba09bac8d691102 /games | |
parent | 5d1b1b8426d956b0e446cc2e78c06aa36ca37e64 (diff) | |
download | freebsd-ports-gnome-949dd0b040ffe416134e23449469ab0be2999d54.tar.gz freebsd-ports-gnome-949dd0b040ffe416134e23449469ab0be2999d54.tar.zst freebsd-ports-gnome-949dd0b040ffe416134e23449469ab0be2999d54.zip |
Add gnuchess.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 0d1b43f1fb0e..dbdbec9c74be 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.33 1995/12/22 18:34:38 markm Exp $ +# $Id: Makefile,v 1.34 1995/12/22 18:51:46 markm Exp $ # SUBDIR += acm + SUBDIR += gnuchess SUBDIR += golddig SUBDIR += jetpack SUBDIR += nethack |