drm/linux: Add clamp_val()
[dragonfly.git] / games / hunt / huntd / Makefile
blobb335e585cc7b985bff19a02085592b2f643c02d7
1 # $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
2 # $OpenBSD: Makefile,v 1.4 1999/03/14 02:07:30 pjanzen Exp $
3 # $DragonFly: src/games/hunt/huntd/Makefile,v 1.1 2008/09/02 21:50:21 dillon Exp $
5 PROG= huntd
6 SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \
7 extern.c makemaze.c shots.c terminal.c
8 MAN= huntd.6
9 LDADD+= -lwrap
10 DPADD+= ${LIBWRAP}
12 .include "../../Makefile.inc"
13 .include <bsd.prog.mk>