From 59fdc455293bcc67ed668e5b524f726bbcf73e5c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 20 Jun 1996 18:50:35 +0000 Subject: (install): Install symlink for rc. --- config/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config/Makefile') diff --git a/config/Makefile b/config/Makefile index 294ef296..4a90c788 100644 --- a/config/Makefile +++ b/config/Makefile @@ -28,6 +28,10 @@ makemode := misc SYSCONFFILES = protocols services shells motd ttys installed_conf = $(addprefix $(sysconfdir)/$(SYSCONFFILES)) +# Mere symlinks are installed for these +LINKEDCONFFILES = rc +installed_links = $(addprefix $(sysconfdir)/$(LINKEDCONFFILES)) + ifeq ($(override_conf),t) foo=$(shell touch /dev/null) override_spec = /dev/null @@ -35,9 +39,12 @@ else override_spec = endif -install: $(installed_conf) +install: $(installed_conf) $(installed_links) $(installed_conf): $(sysconfdir)/%: % $(INSTALL_DATA) $< $@ +$(sysconfdir)/rc: + ln -s ../libexec/rc $(sysconfdir)/rc + include ../Makeconf -- cgit v1.2.3