summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-13 19:21:12 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-13 19:21:12 +0000
commit8735557eddd98240c525b3e477e14737189b9fa7 (patch)
tree8c2935c5026edba58873bd9bc3c77b9cb1d961b7
parent6dbf26945b5335b211089983f8651e3a04819111 (diff)
downloadfreebsd-ports-8735557eddd98240c525b3e477e14737189b9fa7.zip
Add xboing to the ports/games/Makefile in the SUBDIR list.
-rw-r--r--games/Makefile7
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>