diff options
author | Miles Bader <miles@gnu.org> | 1996-10-15 01:37:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-10-15 01:37:47 +0000 |
commit | db1f94d3176c51351fea815798167bfa1e94e93f (patch) | |
tree | 51adc0a94fc8f2f64f0cba9d82f796ad7dc123cd /daemons | |
parent | e582480f32d58711d1fc6ad258c4894a26ddf395 (diff) |
(rc, mail.local):
New rules.
(SRCS):
Add lmail.c.
(%: %.sh):
Rule removed.
(targets):
Add mail.local.
Diffstat (limited to 'daemons')
-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 |