diff options
author | 1999-08-30 23:32:10 +0000 | |
---|---|---|
committer | 1999-08-30 23:32:10 +0000 | |
commit | 295ce7efc2629f069c853071bcd6f82e627afe4b (patch) | |
tree | e2aa09a44756dace55491dbb341a0973de600f1b | |
parent | check malloc return (diff) | |
download | wireguard-openbsd-295ce7efc2629f069c853071bcd6f82e627afe4b.tar.xz wireguard-openbsd-295ce7efc2629f069c853071bcd6f82e627afe4b.zip |
No need to have huntd in the .PATH any more
-rw-r--r-- | games/hunt/hunt/Makefile | 4 |
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> |