NetBSD/usr.sbin/named/host/Makefile

10 lines
177 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:36 gwr Exp $
1996-02-02 18:25:33 +03:00
PROG = host
SRCS = host.c send.c vers.c
.PATH: ${.CURDIR}/../man
1996-02-02 18:25:33 +03:00
1996-05-14 17:55:47 +04:00
.include "../../Makefile.inc"
1996-02-02 18:25:33 +03:00
.include <bsd.prog.mk>