summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:37:09 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:37:09 -0400
commit9b97598cc8b30fcefb5099cb0950009b3e16fb9e (patch)
treea995f031ea151163f960dbe5afb159b0d3263cec /src/libsystemd-network/Makefile
parenta22aa4f10d4b41ce614ef02f5c6147625dca36db (diff)
./move.sh
Diffstat (limited to 'src/libsystemd-network/Makefile')
-rw-r--r--[l---------]src/libsystemd-network/Makefile28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/libsystemd-network/Makefile b/src/libsystemd-network/Makefile
index d0b0e8e008..96f14f58f2 120000..100644
--- a/src/libsystemd-network/Makefile
+++ b/src/libsystemd-network/Makefile
@@ -1 +1,27 @@
-../Makefile \ No newline at end of file
+# -*- Mode: makefile; indent-tabs-mode: t -*-
+#
+# This file is part of systemd.
+#
+# Copyright 2010-2012 Lennart Poettering
+# Copyright 2010-2012 Kay Sievers
+# Copyright 2013 Zbigniew Jędrzejewski-Szmek
+# Copyright 2013 David Strauss
+# Copyright 2016 Luke Shumaker
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# systemd is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
+at.subdirs += src test
+include $(topsrcdir)/build-aux/Makefile.tail.mk