1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

mktemp: add build for all systems

This commit is contained in:
Joseph Crail 2016-05-22 18:48:12 -04:00
parent 53c62db8d6
commit 678a05d90f

View file

@ -17,7 +17,6 @@ unix = [
"logname",
"mkfifo",
"mknod",
"mktemp",
"mv",
"nice",
"nohup",
@ -55,6 +54,7 @@ generic = [
"ln",
"ls",
"mkdir",
"mktemp",
"nl",
"nproc",
"od",