# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $ # $OpenBSD: Makefile,v 1.4 1999/03/14 02:07:30 pjanzen Exp $ # $DragonFly: src/games/hunt/huntd/Makefile,v 1.1 2008/09/02 21:50:21 dillon Exp $ PROG= huntd SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \ extern.c makemaze.c shots.c terminal.c MAN= huntd.6 LDADD+= -lwrap DPADD+= ${LIBWRAP} .include "../../Makefile.inc" .include