From c26986dfc36ec6f6a3e7ddee93585b8fca6c12e3 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Fri, 1 Aug 2003 03:47:06 +0000 Subject: [PATCH] Add rc.subr to /etc/Makefile this fixes a bug where rc.subr is failing to be installed --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 3c51947b10..debfd92c2e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $ -# $DragonFly: src/etc/Makefile,v 1.4 2003/07/24 06:35:32 dillon Exp $ +# $DragonFly: src/etc/Makefile,v 1.5 2003/08/01 03:47:06 rob Exp $ .if !defined(NO_SENDMAIL) SUBDIR= sendmail @@ -15,7 +15,7 @@ BIN1= amd.map apmd.conf auth.conf \ pam.conf phones printcap profile protocols \ rc rc.firewall rc.firewall6 \ rc.sendmail rc.shutdown \ - remote rpc services \ + rc.subr remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ etc.${MACHINE_ARCH}/disktab \ etc.${MACHINE_ARCH}/ttys \ -- 2.41.0