diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2004-11-11 16:39:01 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2004-11-11 16:39:01 +0000 |
commit | 951a1a065537b595ae869ecc9ce04389fb14c0f4 (patch) | |
tree | 31e0d86fb96aed4268727284f84d72d6c734546d | |
parent | d2590a33cc21b54532f6c358d7a82e42c3ece282 (diff) |
this needs to be sgid games
-rw-r--r-- | games/phantasia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 3285150854d..07d101e80c3 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2003/04/08 20:42:42 millert Exp $ +# $OpenBSD: Makefile,v 1.16 2004/11/11 16:39:00 jolan Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c CFLAGS+=-DTERMIOS DPADD= ${LIBM} ${LIBCURSES} LDADD= -lm -lcurses +BINMODE=2555 MAN= phantasia.6 CLEANFILES+=map setup setup.o phantglobs.o.bld |