diff options
author | ats <ats@FreeBSD.org> | 1995-02-14 03:21:12 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-14 03:21:12 +0800 |
commit | f35d006b6031b9547a207525002ac850fd2ad793 (patch) | |
tree | 6a66b1204c2c9d9a697799885c9b5b008570a318 /games | |
parent | 7159124b03caec89a888bdceeab2ba56c63932d2 (diff) | |
download | freebsd-ports-gnome-f35d006b6031b9547a207525002ac850fd2ad793.tar.gz freebsd-ports-gnome-f35d006b6031b9547a207525002ac850fd2ad793.tar.zst freebsd-ports-gnome-f35d006b6031b9547a207525002ac850fd2ad793.zip |
Add xboing to the ports/games/Makefile in the SUBDIR list.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index 539ff24e9822..e72f7140cee2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.5 1995/01/04 07:48:44 jkh Exp $ +# $Id: Makefile,v 1.6 1995/01/05 00:17:39 swallace Exp $ # -SUBDIR= golddig jetpack oneko xasteroids xboard xchomp xinvaders xjewel \ - xmille xmine xminesweep xmj xmris xpipeman xrobots xsol xtetris +SUBDIR= golddig jetpack oneko xasteroids xboard xboing xchomp xinvaders \ + xjewel xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \ + xtetris .include <bsd.port.subdir.mk> |