mirror of
https://salsa.debian.org/games-team/bsdgames
synced 2024-11-02 16:37:17 -04:00
9 lines
251 B
Makefile
9 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
|
|
|
|
PROG= huntd
|
|
SRCS= answer.c ctl.c ctl_transact.c draw.c driver.c execute.c expl.c \
|
|
extern.c faketalk.c get_names.c makemaze.c pathname.c shots.c terminal.c
|
|
MAN= huntd.6
|
|
|
|
.include <bsd.prog.mk>
|