diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 23:49:56 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 23:51:56 -0500 |
commit | e1aba20488181b0553f1eb7f20b02736a992bf6f (patch) | |
tree | 2099917c08f152fa1402b3cb5fbae42db21dbac7 /src/grp-coredump | |
parent | 2cdd7acfc2df072b80d319490fbff8bb583d311e (diff) |
Add a GNUmakefile to apply the MAKEFLAGS we want.
Diffstat (limited to 'src/grp-coredump')
l--------- | src/grp-coredump/GNUmakefile | 1 | ||||
l--------- | src/grp-coredump/coredumpctl/GNUmakefile | 1 | ||||
l--------- | src/grp-coredump/systemd-coredump/GNUmakefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/grp-coredump/GNUmakefile b/src/grp-coredump/GNUmakefile new file mode 120000 index 0000000000..54fdd42278 --- /dev/null +++ b/src/grp-coredump/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile
\ No newline at end of file diff --git a/src/grp-coredump/coredumpctl/GNUmakefile b/src/grp-coredump/coredumpctl/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-coredump/coredumpctl/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile
\ No newline at end of file diff --git a/src/grp-coredump/systemd-coredump/GNUmakefile b/src/grp-coredump/systemd-coredump/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-coredump/systemd-coredump/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile
\ No newline at end of file |