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:
Brad Davis 2018-09-18 00:11:45 +00:00
parent 9f1e4c08ce
commit 62e23a4781
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338740
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ SUBDIR+=sendmail
.endif
BIN1= \
dhclient.conf \
disktab \
group \
hosts.allow \

View File

@ -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 \