Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/mktemp pull up revs 1.1-1.2 (new) from trunk (r...



details:   https://anonhg.NetBSD.org/src/rev/bd48638108c9
branches:  netbsd-1-4
changeset: 469463:bd48638108c9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Sep 22 03:17:49 1999 +0000

description:
pull up revs 1.1-1.2 (new) from trunk (requested by cgd):
  Add mktemp(1), a utility to make temporary files for shell scripts.

diffstat:

 usr.bin/mktemp/Makefile |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r 4992a7e54234 -r bd48638108c9 usr.bin/mktemp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/mktemp/Makefile   Wed Sep 22 03:17:49 1999 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.2.2.2 1999/09/22 03:17:49 cgd Exp $
+# From: $FreeBSD: src/usr.bin/mktemp/Makefile,v 1.1 1998/04/14 07:39:56 peter Exp $
+
+PROG=  mktemp
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index