Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/mktemp Re-add mktemp as a host tool; it is used in mor...
details: https://anonhg.NetBSD.org/src/rev/9db214418fbb
branches: trunk
changeset: 536375:9db214418fbb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Sep 14 04:26:03 2002 +0000
description:
Re-add mktemp as a host tool; it is used in more places than Ben
thought.
diffstat:
tools/mktemp/Makefile | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 5a297020db64 -r 9db214418fbb tools/mktemp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/mktemp/Makefile Sat Sep 14 04:26:03 2002 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index