1#	$NetBSD: Makefile,v 1.7 2002/01/10 17:04:21 tv Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}mkdep
4HOST_SRCDIR=	usr.bin/mkdep
5
6SRCS=		mkdep.c
7
8.include "${.CURDIR}/../Makefile.host"
9