From 55854e7f78177d9f67240a4afe76809947d3ff16 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 17 Jul 2010 15:54:56 +0200 Subject: Fix "make dist" in `daemons'. * daemons/Makefile (SRCS): Add `runsystem.sh'. --- daemons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemons') diff --git a/daemons/Makefile b/daemons/Makefile index f5e31bc6..d16680ec 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -1,6 +1,6 @@ # Makefile for daemons # -# Copyright (C) 1996, 1999, 2008 Free Software Foundation, Inc. +# Copyright (C) 1996, 1999, 2008, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -22,7 +22,7 @@ makemode := utilities targets = rc getty mail.local console-run runttys runsystem special-targets = rc runsystem -SRCS = rc.sh getty.c lmail.c console-run.c runttys.c +SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c installationdir = $(libexecdir) HURDLIBS = fshelp ports shouldbeinlibc -- cgit v1.2.3