From 6157dd6047f787e172995bd2ed682457fa2980a9 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 13 Feb 1999 02:54:17 +0000 Subject: convert from NOxxx= to MKxxx=no. include if testing a MKxxx variable. --- atc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile index f4255ceb..eb3a28d3 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.20 1998/09/29 07:33:20 lukem Exp $ +# $NetBSD: Makefile,v 1.21 1999/02/13 02:54:20 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +.include + PROG= atc CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ @@ -14,7 +16,7 @@ GAMES= Game_List Killer crossover default easy game_2 \ game_4 novice two-corners HIDEGAME=hidegame SETGIDGAME=yes -.if !defined(NOSHARE) +.if ${MKSHARE} != "no" FILES=${GAMES:S@^@${.CURDIR}/games/@g} FILESDIR=/usr/share/games/atc FILESMODE=440 -- cgit v1.2.3-56-ge451