]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hunt/huntd/Makefile
Rip out the code that broadcasts talk requests to the local
[bsdgames-darwin.git] / hunt / huntd / Makefile
1 # $NetBSD: Makefile,v 1.2 2014/03/29 20:32:04 dholland Exp $
2
3 PROG= huntd
4 SRCS= answer.c draw.c driver.c execute.c expl.c \
5 extern.c faketalk.c makemaze.c pathname.c shots.c terminal.c
6 MAN= huntd.6
7
8 .include <bsd.prog.mk>