summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-08-30 23:32:11 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-08-30 23:32:11 +0000
commitc7b11bab39ceae5f5e9eab303c4e7428af03421c (patch)
tree66aee64d9b9ea9ebfa9f23614a0bf3879d218bf7
parent932e908099d41cc7e7f675cbc63fc509319d7331 (diff)
No need to have huntd in the .PATH any more
-rw-r--r--games/hunt/hunt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/hunt/hunt/Makefile b/games/hunt/hunt/Makefile
index e3d98aeaccf..e39325a93b8 100644
--- a/games/hunt/hunt/Makefile
+++ b/games/hunt/hunt/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $
-# $OpenBSD: Makefile,v 1.4 1999/03/14 02:07:30 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.5 1999/08/30 23:32:10 d Exp $
PROG= hunt
SRCS= connect.c hunt.c otto.c playit.c display.c
@@ -10,7 +10,5 @@ HIDEGAME=hidegame
CPPFLAGS+=-I${.CURDIR}/../huntd
-.PATH: ${.CURDIR}/../huntd
-
.include "../../Makefile.inc"
.include <bsd.prog.mk>