From e1aba20488181b0553f1eb7f20b02736a992bf6f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Feb 2017 23:49:56 -0500 Subject: Add a GNUmakefile to apply the MAKEFLAGS we want. --- src/grp-login/GNUmakefile | 1 + src/grp-login/loginctl/GNUmakefile | 1 + src/grp-login/pam_systemd/GNUmakefile | 1 + src/grp-login/systemd-inhibit/GNUmakefile | 1 + src/grp-login/systemd-logind/GNUmakefile | 1 + 5 files changed, 5 insertions(+) create mode 120000 src/grp-login/GNUmakefile create mode 120000 src/grp-login/loginctl/GNUmakefile create mode 120000 src/grp-login/pam_systemd/GNUmakefile create mode 120000 src/grp-login/systemd-inhibit/GNUmakefile create mode 120000 src/grp-login/systemd-logind/GNUmakefile (limited to 'src/grp-login') diff --git a/src/grp-login/GNUmakefile b/src/grp-login/GNUmakefile new file mode 120000 index 0000000000..54fdd42278 --- /dev/null +++ b/src/grp-login/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile \ No newline at end of file diff --git a/src/grp-login/loginctl/GNUmakefile b/src/grp-login/loginctl/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-login/loginctl/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile \ No newline at end of file diff --git a/src/grp-login/pam_systemd/GNUmakefile b/src/grp-login/pam_systemd/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-login/pam_systemd/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile \ No newline at end of file diff --git a/src/grp-login/systemd-inhibit/GNUmakefile b/src/grp-login/systemd-inhibit/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-login/systemd-inhibit/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile \ No newline at end of file diff --git a/src/grp-login/systemd-logind/GNUmakefile b/src/grp-login/systemd-logind/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-login/systemd-logind/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile \ No newline at end of file -- cgit v1.2.3-54-g00ecf