diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | core/sinit/gen.rc | 7 | ||||
| m--------- | core/sinit/src | 0 | ||||
| -rw-r--r-- | gen.rc | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8046df4f..9aa72eb0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,9 @@ [submodule "core/sbase/src"] path = core/sbase/src url = git://git.suckless.org/sbase +[submodule "core/sinit/src"] + path = core/sinit/src + url = git://git.suckless.org/sinit [submodule "core/tz/src"] path = core/tz/src url = https://github.com/eggert/tz diff --git a/core/sinit/gen.rc b/core/sinit/gen.rc new file mode 100644 index 00000000..50134401 --- /dev/null +++ b/core/sinit/gen.rc @@ -0,0 +1,7 @@ +cflags -Wall -Wextra -I '$outdir' +build '$outdir'/config.h copy '$srcdir'/src/config.def.h +cc sinit.c +link sinit sinit.c.o + +file bin/sinit '$outdir'/sinit 755 +file share/man/man8/sinit.8 '$srcdir'/src/sinit.8 644 diff --git a/core/sinit/src b/core/sinit/src new file mode 160000 +Subproject 40a9fd323646b680a4eb046076c606339fd7501 @@ -91,6 +91,7 @@ packages=(\ loksh\ plan9port\ sbase\ + sinit\ skeleton\ tz\ ubase\ |
