From d3d3794b0e06baeca2ce6db1462b865758d7f90d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 29 Oct 1999 01:33:49 +0000 Subject: [PATCH] Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf) --- etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 29739313927c..a4e199e6b76f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -10,7 +10,8 @@ BIN1= aliases amd.map auth.conf crontab csh.cshrc csh.login csh.logout \ apmd.conf \ phones printcap profile protocols rc rc.atm rc.devfs rc.diskless1 \ rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.serial \ - rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} remote security \ + rc.shutdown rc.sysctl etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ + remote security \ services shells syslog.conf etc.${MACHINE_ARCH}/ttys \ etc.${MACHINE_ARCH}/disktab rpc \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \