8 lines
122 B
Makefile
8 lines
122 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/09/14 04:26:23 thorpej Exp $
|
|
|
|
PROG= mktemp
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|