<net/dlt.h>: Sync with libpcap 1.9.1
[dragonfly.git] / games / hunt / huntd / Makefile
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
4 PROG=   huntd
5 SRCS=   answer.c conf.c draw.c driver.c execute.c expl.c \
6         extern.c makemaze.c shots.c terminal.c
7 MAN=    huntd.6
8 LDADD+= -lwrap
9 DPADD+= ${LIBWRAP}
10
11 .include "../../Makefile.inc"
12 .include <bsd.prog.mk>