X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/48236419b31d93d9fca6ef3aad010044062dcb41..8bd810432b83ee309299531fb33739855b91e427:/atc/Makefile diff --git a/atc/Makefile b/atc/Makefile index ff303bb1..363c811e 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,14 +1,16 @@ -# from: @(#)Makefile 5.7 (Berkeley) 6/27/90 -# $Id: Makefile,v 1.4 1993/08/01 05:46:23 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1996/10/18 02:43:36 thorpej Exp $ +# @(#)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.0 -DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} +MAN= atc.6 LDADD= -ll -lm -lcurses -ltermcap -GAMES= ATC_scores Game_List Killer crossover default easy game_2 +DPADD= ${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES} +GAMES= ATC_scores Game_List Killer crossover default easy game_2 \ + Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \ + game_4 novice two-corners CLEANFILES=grammar.c y.tab.h lex.c HIDEGAME=hidegame @@ -21,7 +23,7 @@ beforeinstall: else \ true ; \ fi - (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \ + (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \ ${GAMES} ${DESTDIR}/usr/share/games/atc) .include