diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:29:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:29:23 +0000 |
commit | 9fdb0b3091246d4c63cc69e115401c650497e6ea (patch) | |
tree | 6afcc810c9abc0631726a5eedb2d3a13f153c2f3 | |
parent | 6f1c11e61fa4dd58517d312847eb6497c11bc962 (diff) | |
download | ports-9fdb0b3091246d4c63cc69e115401c650497e6ea.tar.gz ports-9fdb0b3091246d4c63cc69e115401c650497e6ea.zip |
Turn on qstat.
Notes
Notes:
svn path=/head/; revision=12552
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 2462468d73b4..88220f454b66 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.160 1998/08/09 01:11:24 steve Exp $ +# $Id: Makefile,v 1.161 1998/08/10 08:00:47 tg Exp $ # SUBDIR += 3dc @@ -57,6 +57,7 @@ SUBDIR += pente SUBDIR += pp SUBDIR += qcc + SUBDIR += qstat SUBDIR += quakeserver SUBDIR += seabattle SUBDIR += sokoban |