mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Switch these to CONFS as well so they work with etcupdate/mergemaster.
Approved by: will (mentor)
This commit is contained in:
parent
4b99ca8e4c
commit
76ec4952ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336849
@ -1,15 +1,15 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $FreeBSD$
|
||||
|
||||
FILESGROUPS= FILESETC FILESETCEXEC FILESETCDEFAULTS
|
||||
FILESETCDIR= /etc
|
||||
FILESETC= network.subr rc rc.initdiskless rc.subr rc.shutdown
|
||||
FILESETCMODE= 644
|
||||
FILESETCEXEC= netstart pccard_ether rc.resume rc.suspend
|
||||
FILESETCEXECDIR= /etc
|
||||
FILESETCEXECMODE= 755
|
||||
FILESETCDEFAULTSDIR= /etc/defaults
|
||||
FILESETCDEFAULTS= rc.conf
|
||||
CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS
|
||||
CONFETCDIR= /etc
|
||||
CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown
|
||||
CONFETCMODE= 644
|
||||
CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
|
||||
CONFETCEXECDIR= /etc
|
||||
CONFETCEXECMODE= 755
|
||||
CONFETCDEFAULTSDIR= /etc/defaults
|
||||
CONFETCDEFAULTS= rc.conf
|
||||
PACKAGE=runtime
|
||||
PROG= init
|
||||
SRCS= init.c getmntopts.c
|
||||
|
Loading…
Reference in New Issue
Block a user