blob: 1afb9e239e1aa948d3261118994cc48e2b1e30aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
# $OpenBSD: Makefile,v 1.5 2014/03/23 02:42:47 tedu 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
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|