1#         $NetBSD: Makefile,v 1.8 2002/12/08 20:20:03 thorpej Exp $
2
3HOSTPROGNAME=       ${_TOOL_PREFIX}mkdep
4HOST_SRCDIR=        usr.bin/mkdep
5
6SRCS=               mkdep.c
7
8.include "${.CURDIR}/../Makefile.host"
9