This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7bff47db67
NetBSD
/
usr.bin
/
mktemp
/
Makefile
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), there's no need to special-case .include-ing it.
2003-05-18 11:57:31 +04:00
# $NetBSD: Makefile,v 1.6 2003/05/18 07:57:36 lukem Exp $
Import FreeBSD's mktemp(1) utility.
1999-09-03 00:46:17 +04:00
PROG
=
mktemp
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>