Re-add mktemp as a host tool; it is used in more places than Ben

thought.
This commit is contained in:
thorpej 2002-09-14 04:26:03 +00:00
parent af723a4db0
commit 076280c9ac

6
tools/mktemp/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.3 2002/09/14 04:26:03 thorpej Exp $
HOSTPROGNAME= nbmktemp
HOST_SRCDIR= usr.bin/mktemp
.include "${.CURDIR}/../Makefile.host"