From 057afceb86e030ad65b0130436860d9a18066186 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 4 Sep 1994 04:03:31 +0000 Subject: Bring in the 4.4 Lite games directory, modulo man page changes and segregation of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh --- games/atc/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/atc/Makefile (limited to 'games/atc/Makefile') diff --git a/games/atc/Makefile b/games/atc/Makefile new file mode 100644 index 0000000..a4e1e23 --- /dev/null +++ b/games/atc/Makefile @@ -0,0 +1,18 @@ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 + +PROG= atc +CFLAGS+=-DBSD -I${.CURDIR} -I. +SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \ + main.c tunable.c update.c +MAN6= atc.6 +DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT} +LDADD= -ll -lm -lcurses -ltermcap -lcompat +GAMES= ATC_scores Game_List Killer crossover default easy game_2 +CLEANFILES=grammar.c y.tab.h lex.c +HIDEGAME=hidegame + +beforeinstall: + (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \ + ${GAMES} ${DESTDIR}/usr/share/games/atc) + +.include -- cgit v1.1