diff options
author | erich <erich@FreeBSD.org> | 1996-12-12 04:56:22 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-12-12 04:56:22 +0800 |
commit | 3be287a7877a27dec8d048a9a4718c60034542c3 (patch) | |
tree | d912e24804ec594a2bd35ae018e68f69dec7f26a /games/Makefile | |
parent | 2cf79e1362029fc3f8b03a49d146694c8bbfdca6 (diff) | |
download | freebsd-ports-gnome-3be287a7877a27dec8d048a9a4718c60034542c3.tar.gz freebsd-ports-gnome-3be287a7877a27dec8d048a9a4718c60034542c3.tar.zst freebsd-ports-gnome-3be287a7877a27dec8d048a9a4718c60034542c3.zip |
add doom to the Makefile, so Satoshi won't have to tonite ;-)
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 82ad1a6a27bd..ea7d8f2d165a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.47 1996/11/20 08:07:15 tg Exp $ +# $Id: Makefile,v 1.48 1996/11/26 08:32:06 asami Exp $ # SUBDIR += acm SUBDIR += crossfire + SUBDIR += doom SUBDIR += flying SUBDIR += gnuchess SUBDIR += gnushogi |