diff options
-rw-r--r-- | daemons/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
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 |