diff options
| author | Brad Davis <brd@FreeBSD.org> | 2018-07-28 23:02:10 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2018-07-28 23:02:10 +0000 |
| commit | 76ec4952ff488edf092962dd0e50341d1bac6789 (patch) | |
| tree | 00beec04bce3a19b4a10bcc97ce7667c7d0a8020 /sbin/init/Makefile | |
| parent | 4b99ca8e4cfca3f16b1aaab44f37882244906ea3 (diff) | |
Notes
Diffstat (limited to 'sbin/init/Makefile')
| -rw-r--r-- | sbin/init/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index b00cb9c73684..9a40f77598a0 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -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 |
