diff options
author | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
commit | 4bb388e48869d92728708d65bcb87b834557cde9 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /games | |
parent | 2f217ef712b08fba5931e1b4e903510c5a5f099c (diff) | |
download | pkgsrc-4bb388e48869d92728708d65bcb87b834557cde9.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3server/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/quake3server/Makefile.common b/games/quake3server/Makefile.common index 7c8d0fc3b39..8b2542dc5e3 100644 --- a/games/quake3server/Makefile.common +++ b/games/quake3server/Makefile.common @@ -1,4 +1,10 @@ -# $NetBSD: Makefile.common,v 1.5 2007/07/29 05:19:26 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2014/10/05 16:41:06 wiz Exp $ +# +# used by games/quake3server/Makefile +# used by games/quake3server-ut/Makefile +# used by games/quake3server-ra3/Makefile +# used by games/quake3server-osp/Makefile +# used by games/quake3server-excessive/Makefile Q3ROOTDIR= ${PREFIX}/lib/lokigames/quake3server |