move hunt under dm(6)

This commit is contained in:
mrg 1997-11-19 07:07:46 +00:00
parent 2311eecbad
commit 1eeb8e6b5f
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
./usr/games/hide/gomoku
./usr/games/hide/hack
./usr/games/hide/hangman
./usr/games/hide/hunt
./usr/games/hide/larn
./usr/games/hide/mille
./usr/games/hide/monop
@ -51,7 +52,6 @@
./usr/games/hide/trek
./usr/games/hide/worm
./usr/games/hide/wump
./usr/games/hunt
./usr/games/huntd
./usr/games/larn
./usr/games/mille

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.3 1997/11/05 12:12:32 ragge Exp $
# $NetBSD: Makefile,v 1.4 1997/11/19 07:08:01 mrg Exp $
PROG= hunt
SRCS= connect.c hunt.c otto.c playit.c pathname.c
MAN= hunt.6
LDADD= -lcurses -ltermcap
DPADD= ${LIBTERMCAP} ${LIBCURSES}
HIDEGAME=hidegame
CPPFLAGS+=-I${.CURDIR}/../huntd