diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-11 22:21:48 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-15 02:10:08 -0700 |
| commit | 04d877befb14eeff6d86b5ac1e6af93ad9da178f (patch) | |
| tree | ab42835d7089b1533564d42cb4df9809455abbaa | |
| parent | c100846206ce4979a5f6423875e34d38317d1d3f (diff) | |
Add sinit-scm
| -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\ |
