From 32582aa5b7f9a28c272a081b866b0cab4da0b0ff Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 25 Jul 2023 14:51:38 +0000 Subject: [PATCH] stop building unused dhclient replaced by dhcpleased in 2021, no install media ships dhclient anymore. OK florian --- distrib/special/Makefile | 4 ++-- distrib/special/dhclient/Makefile | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 distrib/special/dhclient/Makefile diff --git a/distrib/special/Makefile b/distrib/special/Makefile index 787f6d18110..738cb6c0613 100644 --- a/distrib/special/Makefile +++ b/distrib/special/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.47 2021/05/19 17:25:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.48 2023/07/25 14:51:38 kn Exp $ SUBDIR= libstubs \ - arch bioctl cat chmod chroot cp date dd df dhclient dhcpleased disklabel \ + arch bioctl cat chmod chroot cp date dd df dhcpleased disklabel \ dmesg doas ed eeprom encrypt fdisk fsck fsck_ext2fs fsck_ffs fsck_msdos ftp \ ftp-ssl grep growfs gzip hostname ifconfig init installboot kbd ksh ln \ ls md5 mkdir mknod mkuboot more mount mount_cd9660 mount_ext2fs \ diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile deleted file mode 100644 index a54f3143adf..00000000000 --- a/distrib/special/dhclient/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $OpenBSD: Makefile,v 1.17 2019/11/11 05:39:04 deraadt Exp $ - -.include - -.PATH: ${.CURDIR}/../../../sbin/dhclient - -CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient -SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \ - conflex.c log.c kroute.c packet.c \ - parse.c privsep.c -PROG= dhclient -LDADD+= -lutil -DPADD+= ${LIBUTIL} - -.include -.include -- 2.20.1