diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-30 22:41:09 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-30 22:41:09 +0800 |
commit | 59534f97625425dfe9b9d7e96e157ca6a2d6ab7c (patch) | |
tree | 83b8d67acb06eff616bd222aa3310632755a5bfd /games | |
parent | ae9b330a684f05c2521bd234fb88cae4ecea3c18 (diff) | |
download | freebsd-ports-gnome-59534f97625425dfe9b9d7e96e157ca6a2d6ab7c.tar.gz freebsd-ports-gnome-59534f97625425dfe9b9d7e96e157ca6a2d6ab7c.tar.zst freebsd-ports-gnome-59534f97625425dfe9b9d7e96e157ca6a2d6ab7c.zip |
Add qcc and quakeserver.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 01ccf2d8d414..c9199f71beb1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.39 1996/09/21 17:25:01 max Exp $ +# $Id: Makefile,v 1.40 1996/10/12 00:14:34 chuckr Exp $ # SUBDIR += acm @@ -7,6 +7,8 @@ SUBDIR += jetpack SUBDIR += nethack SUBDIR += oneko + SUBDIR += qcc + SUBDIR += quakeserver SUBDIR += spider SUBDIR += tksol SUBDIR += xasteroids |