Move dhclient.conf to sbin/dhclient/.
This also leverages CONFS for handling config files. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17160
This commit is contained in:
parent
9f1e4c08ce
commit
62e23a4781
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338740
@ -13,7 +13,6 @@ SUBDIR+=sendmail
|
||||
.endif
|
||||
|
||||
BIN1= \
|
||||
dhclient.conf \
|
||||
disktab \
|
||||
group \
|
||||
hosts.allow \
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
CONFS= dhclient.conf
|
||||
PACKAGE=runtime
|
||||
SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
|
||||
tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
|
||||
|
Loading…
Reference in New Issue
Block a user