NetBSD/usr.sbin/named/host/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

10 lines
177 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:36 gwr Exp $
PROG = host
SRCS = host.c send.c vers.c
.PATH: ${.CURDIR}/../man
.include "../../Makefile.inc"
.include <bsd.prog.mk>