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