diff options
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r-- | games/battlestar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index 2695e235345..2a520890f6f 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1998/07/24 00:10:19 millert Exp $ +# $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $ PROG= battlestar SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \ @@ -7,7 +7,6 @@ SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \ MAN= battlestar.6 DPADD= ${LIBCURSES} LDADD= -lcurses -HIDEGAME=hidegame BINGRP= games beforeinstall: |