From 77e3814f0c0e3dea4d0032e25666f77e6f83bfff Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 21 Mar 1993 09:45:37 +0000 Subject: initial import of 386bsd-0.1 sources --- atc/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 atc/Makefile (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile new file mode 100644 index 00000000..df37f741 --- /dev/null +++ b/atc/Makefile @@ -0,0 +1,18 @@ +# @(#)Makefile 5.7 (Berkeley) 6/27/90 + +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.0 +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.2.3-56-ge451