summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-04-14 07:39:57 +0000
committerpeter <peter@FreeBSD.org>1998-04-14 07:39:57 +0000
commit9996027f00a89d6a7cfaa22f4d99e8af16510324 (patch)
tree9d3e35e2c3833c40636466f63ba5254a3302022c /usr.bin/mktemp/Makefile
parent9da325cc05abd9ce39a313c56e2aec7c841cef07 (diff)
downloadFreeBSD-src-9996027f00a89d6a7cfaa22f4d99e8af16510324.zip
FreeBSD-src-9996027f00a89d6a7cfaa22f4d99e8af16510324.tar.gz
Bring in an old faithful tool I've been using for just over 4 years now
(originally on a different OS without mkstemp()), albeit somewhat bashed and hacked into something that doesn't look too much like the original any more. It should be upwardly compatable with OpenBSD's mktemp(1) but does a couple of extra things. I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
Diffstat (limited to 'usr.bin/mktemp/Makefile')
-rw-r--r--usr.bin/mktemp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile
new file mode 100644
index 0000000..76ebee6
--- /dev/null
+++ b/usr.bin/mktemp/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+PROG= mktemp
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud