diff options
author | max <max@FreeBSD.org> | 1996-09-22 01:25:01 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-09-22 01:25:01 +0800 |
commit | a3c2e8a3691b294020d44f7fc54a4217de334a8a (patch) | |
tree | 7d55641535e2d701bf9f93f553863ec756f0110d | |
parent | 5c8f5bba0db05c0bbe5730ed8473b91b0341f48e (diff) | |
download | freebsd-ports-gnome-a3c2e8a3691b294020d44f7fc54a4217de334a8a.tar.gz freebsd-ports-gnome-a3c2e8a3691b294020d44f7fc54a4217de334a8a.tar.zst freebsd-ports-gnome-a3c2e8a3691b294020d44f7fc54a4217de334a8a.zip |
Added yamsweeper to the SUBDIR.
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index c2453fdfbfb9..ea9a547175c7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1996/08/16 13:45:55 erich Exp $ +# $Id: Makefile,v 1.38 1996/09/16 00:31:37 asami Exp $ # SUBDIR += acm @@ -40,5 +40,6 @@ SUBDIR += xsol SUBDIR += xtetris SUBDIR += xtic + SUBDIR += yamsweeper .include <bsd.port.subdir.mk> |