diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 23:02:09 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 23:02:09 +0000 |
commit | 845cd7f2b037dd0a03059097f4d8289d2024d040 (patch) | |
tree | 06f37b64fec61cd4e393cbac5f80ae4146d9bf66 | |
parent | 46078c3af0d13c0e0ec2c912834723ea6f9d93df (diff) | |
download | ports-845cd7f2b037dd0a03059097f4d8289d2024d040.tar.gz ports-845cd7f2b037dd0a03059097f4d8289d2024d040.zip |
Enable the two netrek ports.
Notes
Notes:
svn path=/head/; revision=17244
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 587e6792ce80..630a9de726b8 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.188 1999/03/07 00:30:35 flathill Exp $ +# $Id: Makefile,v 1.189 1999/03/15 22:31:12 steve Exp $ # SUBDIR += 3dc @@ -66,6 +66,8 @@ SUBDIR += mirrormagic SUBDIR += nethack SUBDIR += nethack-qt + SUBDIR += netrek-BRMH-bin + SUBDIR += netrek-COW3-bin SUBDIR += netris SUBDIR += oneko SUBDIR += oonsoo |