diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /games/battlestar | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'games/battlestar')
-rw-r--r-- | games/battlestar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index 1afd87b630d..2695e235345 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:35:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1998/07/24 00:10:19 millert Exp $ PROG= battlestar SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \ init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \ globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c MAN= battlestar.6 -DPADD= ${LIBCURSES} ${LIBTERMLIB} -LDADD= -lcurses -ltermlib +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame BINGRP= games |