summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp/Makefile
blob: 2da8049b28f7879398caa75a47d7bd9df8dd9d4f (plain)
1
2
3
4
5
6
7
8
9
10
.include <src.opts.mk>

PACKAGE=	runtime

PROG=	mktemp

HAS_TESTS=
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>