From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- bin/nohup/Kbuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/nohup/Kbuild (limited to 'bin/nohup/Kbuild') diff --git a/bin/nohup/Kbuild b/bin/nohup/Kbuild new file mode 100644 index 00000000..2214faf1 --- /dev/null +++ b/bin/nohup/Kbuild @@ -0,0 +1,3 @@ +bin-y := nohup +obj-y += nohup.o +libs-y += $(srctree)/lib/libc/libc.a -- cgit v1.2.3