Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -42,7 +42,6 @@ remote \ rpc \ services \ - sysctl.conf \ syslog.conf \ termcap.small Index: etc/sysctl.conf =================================================================== --- etc/sysctl.conf +++ etc/sysctl.conf @@ -1,9 +0,0 @@ -# $FreeBSD$ -# -# This file is read when going to multi-user and its contents piped thru -# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. -# - -# Uncomment this to prevent users from seeing information about processes that -# are being run under another UID. -#security.bsd.see_other_uids=0 Index: sbin/sysctl/Makefile =================================================================== --- sbin/sysctl/Makefile +++ sbin/sysctl/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +CONFS= sysctl.conf PACKAGE=runtime PROG= sysctl WARNS?= 3