diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-11 04:23:21 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-11 04:23:21 +0000 |
commit | 2b0492b77fd9293cf361c2d6586ec18eb4fc5cb0 (patch) | |
tree | 12522e6e047cd9242ae1b176690450f84d705221 /games/pmars/Makefile | |
parent | 847e319ae3aa0f88d3728c96b1c63078cb6a59bf (diff) |
Patch for building failure of games/pmars on the Package Builder.
PR: 11635
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Notes
Notes:
svn path=/head/; revision=18785
Diffstat (limited to 'games/pmars/Makefile')
-rw-r--r-- | games/pmars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pmars/Makefile b/games/pmars/Makefile index 80919c38cecb..0b46f1cee50d 100644 --- a/games/pmars/Makefile +++ b/games/pmars/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Feb 1999 # Whom: gmarco@scotty.masternet.it # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/02 04:10:14 steve Exp $ # DISTNAME= pmars08s @@ -18,6 +18,7 @@ MAINTAINER= freebsd@scotty.masternet.it USE_XLIB= yes NO_WRKSUBDIR= yes MAKEFILE= makefile +ALL_TARGET= pmars MAN6= pmars.6 do-install: |