Switch these to CONFS as well so they work with etcupdate/mergemaster.

Approved by:	will (mentor)
This commit is contained in:
Brad Davis 2018-07-28 23:02:10 +00:00
parent 4b99ca8e4c
commit 76ec4952ff

View File

@ -1,15 +1,15 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93 # @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$ # $FreeBSD$
FILESGROUPS= FILESETC FILESETCEXEC FILESETCDEFAULTS CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS
FILESETCDIR= /etc CONFETCDIR= /etc
FILESETC= network.subr rc rc.initdiskless rc.subr rc.shutdown CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown
FILESETCMODE= 644 CONFETCMODE= 644
FILESETCEXEC= netstart pccard_ether rc.resume rc.suspend CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
FILESETCEXECDIR= /etc CONFETCEXECDIR= /etc
FILESETCEXECMODE= 755 CONFETCEXECMODE= 755
FILESETCDEFAULTSDIR= /etc/defaults CONFETCDEFAULTSDIR= /etc/defaults
FILESETCDEFAULTS= rc.conf CONFETCDEFAULTS= rc.conf
PACKAGE=runtime PACKAGE=runtime
PROG= init PROG= init
SRCS= init.c getmntopts.c SRCS= init.c getmntopts.c