From db1f94d3176c51351fea815798167bfa1e94e93f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 15 Oct 1996 01:37:47 +0000 Subject: (rc, mail.local): New rules. (SRCS): Add lmail.c. (%: %.sh): Rule removed. (targets): Add mail.local. --- daemons/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'daemons/Makefile') diff --git a/daemons/Makefile b/daemons/Makefile index 4665f3c1..ed233fbc 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -20,9 +20,9 @@ dir := daemons makemode := utilities -targets = rc getty +targets = rc getty mail.local special-targets = rc -SRCS = rc.sh getty.c +SRCS = rc.sh getty.c lmail.c installationdir = $(libexecdir) HURDLIBS=shouldbeinlibc @@ -31,9 +31,6 @@ getty-LDLIBS = -lutil include ../Makeconf -getty: ../libshouldbeinlibc/libshouldbeinlibc.a - -$(filter-out $(special-targets), $(targets)): %: %.o - -%: %.sh - cp $< $@ && chmod +w $@ +rc: rc.sh +getty: getty.o ../libshouldbeinlibc/libshouldbeinlibc.a +mail.local: lmail.o ../libshouldbeinlibc/libshouldbeinlibc.a -- cgit v1.2.3