diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-11 20:56:22 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-11 20:56:22 +0000 |
commit | 2e6273348564b5ffc200c0fb844ee2dd71c4ba60 (patch) | |
tree | 7b040c063734e3a6d9c5df18b68e6c8e2e360399 /games/Makefile | |
parent | 1e890be2ab5894cc1c1e8d523beec5a5aff3daf9 (diff) | |
download | ports-2e6273348564b5ffc200c0fb844ee2dd71c4ba60.tar.gz ports-2e6273348564b5ffc200c0fb844ee2dd71c4ba60.zip |
add doom to the Makefile, so Satoshi won't have to tonite ;-)
Notes
Notes:
svn path=/head/; revision=4934
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 |