diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-08 09:48:54 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-08 10:03:36 -0800 |
| commit | 36988c2d987a51613e3eae60ec8532e8758a3d78 (patch) | |
| tree | 4d9443590c543bb623c46d34fe23c446ed5ec7c0 | |
| parent | 072716de7781a3f8bf4d666b288761ab79334bff (diff) | |
Add sdhcp scm
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | core/gen.rc | 1 | ||||
| -rw-r--r-- | core/sdhcp/gen.rc | 9 | ||||
| -rw-r--r-- | core/sdhcp/rev | 1 | ||||
| m--------- | core/sdhcp/src | 0 |
5 files changed, 14 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 696e4446..c6b9321b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,6 +46,9 @@ path = core/sbase/src url = git://git.suckless.org/sbase ignore = all +[submodule "core/sdhcp/src"] + path = core/sdhcp/src + url = git://git.2f30.org/sdhcp [submodule "core/sinit/src"] path = core/sinit/src url = git://git.suckless.org/sinit diff --git a/core/gen.rc b/core/gen.rc index df7a8e6f..51cfe0a5 100644 --- a/core/gen.rc +++ b/core/gen.rc @@ -17,6 +17,7 @@ subgen perp subgen pigz subgen plan9port subgen sbase +subgen sdhcp subgen sinit subgen skeleton subgen tz diff --git a/core/sdhcp/gen.rc b/core/sdhcp/gen.rc new file mode 100644 index 00000000..ca1a180f --- /dev/null +++ b/core/sdhcp/gen.rc @@ -0,0 +1,9 @@ +cflags\ + -Wall -Wextra -pedantic '-std=c99' \ + -D _BSD_SOURCE + +exe sdhcp sdhcp.c util/eprintf.c +file bin/sdhcp '$outdir'/sdhcp 755 +file share/man/man1/sdhcp.1 '$srcdir'/sdhcp.1 644 + +fetch git diff --git a/core/sdhcp/rev b/core/sdhcp/rev new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/core/sdhcp/rev @@ -0,0 +1 @@ +1 diff --git a/core/sdhcp/src b/core/sdhcp/src new file mode 160000 +Subproject 450beea4e88ab7f80206741f18f0d5539ae60b4 |
