This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-12-23 01:53:46 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7e081cffc0
HardenedBSD
/
usr.bin
/
mktemp
/
Makefile
7 lines
60 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
1998-04-14 09:39:57 +02:00
# $FreeBSD$
PROG
=
mktemp
Warns cleanups.
2001-12-03 22:07:23 +01:00
WARNS
?=
2
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.
1998-04-14 09:39:57 +02:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink