NetBSD/tools/mkdep/Makefile
tv 5457974230 Move host-mkdep to its own directory. Create and install it before
everything else.  Now it's possible for the target mkdep to build and
install like "normal" host-tools do; should remove the function decl
warnings reported by greywolf@starwolf.com on current-users.
2002-01-10 17:04:20 +00:00

9 lines
161 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/01/10 17:04:21 tv Exp $
HOSTPROGNAME= nbmkdep
HOST_SRCDIR= usr.bin/mkdep
SRCS= mkdep.c
.include "${.CURDIR}/../Makefile.host"