summaryrefslogtreecommitdiffstats
path: root/backgammon/backgammon
diff options
context:
space:
mode:
authorgwr <gwr@NetBSD.org>1997-05-08 21:11:01 +0000
committergwr <gwr@NetBSD.org>1997-05-08 21:11:01 +0000
commitae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00 (patch)
treee8ec6af0b59cde44041045a8425f2f562493b8e0 /backgammon/backgammon
parent9f1c4eb0c245833280efc8e12e6689f74c3bba7b (diff)
downloadbsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.tar.gz
bsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.tar.zst
bsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.zip
Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
Diffstat (limited to 'backgammon/backgammon')
-rw-r--r--backgammon/backgammon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/backgammon/Makefile b/backgammon/backgammon/Makefile
index 8ca1b416..ca311339 100644
--- a/backgammon/backgammon/Makefile
+++ b/backgammon/backgammon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1997/05/06 20:45:00 gwr Exp $
+# $NetBSD: Makefile,v 1.8 1997/05/08 21:11:05 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= backgammon
@@ -8,7 +8,7 @@ SRCS= allow.c board.c check.c extra.c fancy.c init.c main.c move.c \
MAN= backgammon.6
DPADD= ${LIBTERM} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
-.PATH.c: ${.CURDIR}/../common_source
+.PATH: ${.CURDIR}/../common_source
HIDEGAME=hidegame
.include "../../Makefile.inc"