diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-19 11:41:57 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-19 11:41:57 +0000 |
commit | 3b3a923b80f6d275f30505d7745faaac7ddb6a1d (patch) | |
tree | 52b127c10afee8555a5dfaf78ff73712d7104b8c /games/mille | |
parent | 4d7669b40d9f9abcc2aaa60ab11c06aa405f9c28 (diff) |
Minor tweaks, mainly setgid-related
Diffstat (limited to 'games/mille')
-rw-r--r-- | games/mille/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mille/Makefile b/games/mille/Makefile index bf9940c5eb7..9f7c33abc57 100644 --- a/games/mille/Makefile +++ b/games/mille/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:36:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/03/19 11:41:53 pjanzen Exp $ PROG= mille SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ roll.c save.c types.c varpush.c -DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBCOMPAT} -LDADD= -lcurses -ltermlib -lcompat +DPADD= ${LIBCURSES} ${LIBTERMLIB} +LDADD= -lcurses -ltermlib MAN= mille.6 HIDEGAME=hidegame |