10 lines
177 B
Makefile
10 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.2 1996/05/14 13:55:47 mrg Exp $
|
|
|
|
PROG = host
|
|
SRCS = host.c send.c vers.c
|
|
|
|
.PATH: ${.CURDIR}/../man
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|