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 /core | |
| parent | c100846206ce4979a5f6423875e34d38317d1d3f (diff) | |
Add sinit-scm
Diffstat (limited to 'core')
| -rw-r--r-- | core/sinit/gen.rc | 7 | ||||
| m--------- | core/sinit/src | 0 |
2 files changed, 7 insertions, 0 deletions
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 |
