NetBSD/usr.sbin/bind/host/Makefile

12 lines
192 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1998/10/05 18:01:59 tron Exp $
PROG = host
SRCS = host.c send.c vers.c
WARNS= 0
.PATH: ${.CURDIR}/../man
.include "../../Makefile.inc"
.include <bsd.prog.mk>